debian/cubicweb-twisted.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 23 Jan 2009 16:21:43 +0100
changeset 461 e7ae975534e4
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge

#! /bin/sh -e

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