debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 05 Jan 2016 10:36:17 +0100
changeset 11082 0cdd92261c4a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/component] guard against invalid page_size form parameter Same as dff28956f37e, except the almost same code exists in two places (yay us).

#! /bin/sh -e

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