debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 12 Mar 2010 15:00:25 +0100
changeset 4894 41c28ddca055
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params

#! /bin/sh -e

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