debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 14 Feb 2014 10:39:16 +0100
branchstable
changeset 9528 7f3a3fc4a2a3
parent 0 b97547f5f1fa
permissions -rw-r--r--
backout 8f3e963501e2, which is not ready yet

#! /bin/sh -e

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