debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Mon, 14 Nov 2016 16:23:22 +0000
branch3.24
changeset 11829 17078e20088f
parent 0 b97547f5f1fa
permissions -rw-r--r--
add debian buildpackage-generated files to hgignore

#! /bin/sh -e

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