debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 18 Aug 2009 16:05:50 +0200
branchstable
changeset 2909 e695b7b0359d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hooks] say which are the states (again)

#! /bin/sh -e

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