debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Thu, 09 Apr 2009 15:52:31 +0200
branchtls-sprint
changeset 1322 92a2375b1de6
parent 0 b97547f5f1fa
permissions -rw-r--r--
missing self, using bool is simpler

#! /bin/sh -e

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