debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 07 Apr 2011 00:27:46 +0200
changeset 7197 07e2c9c7df26
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.12.1 for changeset 59701627adba

#! /bin/sh -e

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