debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 30 Sep 2013 18:07:51 +0200
changeset 9246 593b29325f68
parent 0 b97547f5f1fa
permissions -rw-r--r--
[merge] backport 3.17 fixes into the future 3.18

#! /bin/sh -e

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