debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jul 2009 17:57:09 +0200
branchstable
changeset 2292 8240a7d0d52a
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3_3_3-2 for changeset 2ba27ce8ecd9

#! /bin/sh -e

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