debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 12 Sep 2016 08:41:33 +0200
changeset 11466 fe465201febd
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Drop old checks in setup.py

#! /bin/sh -e

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