debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Tue, 07 Apr 2009 09:10:26 +0200
changeset 1278 10fa95dd91ab
parent 0 b97547f5f1fa
permissions -rw-r--r--
more cleaning needed :(

#! /bin/sh -e

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