debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 31 Jul 2009 22:37:28 +0200
changeset 2613 5e19c2bb370e
parent 0 b97547f5f1fa
permissions -rw-r--r--
R [all] logilab.common 0.44 provides only deprecated

#! /bin/sh -e

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