debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 21 Mar 2013 19:08:07 +0100
changeset 8759 cd68cd879def
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge 3.16 fix in default

#! /bin/sh -e

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