debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 23 Jun 2015 15:17:31 +0200
changeset 10449 279b3662e8f1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/book] fix rql syntax examples "Any", not "ANY". "EXISTS" is a function.

#! /bin/sh -e

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