debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 01 Oct 2009 17:15:46 +0200
branchstable
changeset 3545 242b07b6d820
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix remove/do not remove action sequence (using a temp attribute instead of setting a wrong value in the resurrected hidden input)

#! /bin/sh -e

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