debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 May 2011 10:22:17 +0200
branchstable
changeset 7374 3c9850d929e5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call)

#! /bin/sh -e

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