debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 28 Apr 2011 17:33:56 +0200
changeset 7273 a949fc438029
parent 0 b97547f5f1fa
permissions -rw-r--r--
[etwist] refactor child resources management

#! /bin/sh -e

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