debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Oct 2013 13:46:44 +0200
changeset 9286 02a491f6fa92
parent 0 b97547f5f1fa
permissions -rw-r--r--
[querier/security] instrument a bit the querier read security checks Related to #2920304

#! /bin/sh -e

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