debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 08 Jul 2016 10:13:15 +0200
changeset 11463 31e2de4d23a6
parent 0 b97547f5f1fa
permissions -rw-r--r--
Drop bits from the past (no more dbapi isolated installation)

#! /bin/sh -e

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