debian/cubicweb-twisted.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Tue, 02 Dec 2008 11:40:04 +0100
changeset 165 c5ff97312b8a
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleaning code

#! /bin/sh -e

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