debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 08 Oct 2013 16:56:45 +0200
changeset 9320 15bd24f9b9e0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/book/security] update description of entity update (Related to #2932033)

#! /bin/sh -e

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