debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 09 Jun 2011 10:37:01 +0200
changeset 7476 4be45b64d755
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge changes from stable branch

#! /bin/sh -e

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