debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 15 Mar 2010 18:06:32 +0100
changeset 4906 9a50539f01d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rql rewriting] handle case where we want to insert snippet on a variable that has previously been moved to a subquery

#! /bin/sh -e

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