debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Jul 2013 13:56:00 +0200
branchstable
changeset 9206 bf642b50135b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rql / querier] fix bad interpretation of some RQL SET query when some neged relation is involved. Closes #3058527.

#! /bin/sh -e

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