debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 15:26:44 +0200
changeset 7606 01b49ec8fe80
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915

#! /bin/sh -e

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