debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Dec 2013 15:46:19 +0100
changeset 9373 d5d9acadb975
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/facet] do NOT drop offset/limit of the base rql (closes #3344579)

#! /bin/sh -e

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