debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Wed, 28 Apr 2010 16:55:39 +0200
brancholdstable
changeset 5431 84d8b4357528
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix i18ncube for pegase where we do strange things by redefining relations

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0