debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 11 Aug 2010 10:08:48 +0200 (2010-08-11)
changeset 6096 09f2c4d24d01
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport stable
#! /bin/sh -e

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