debian/cubicweb-server.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 15 May 2013 16:09:31 +0200
changeset 9076 7743e7b29635
parent 0 b97547f5f1fa
permissions -rw-r--r--
[connection] give access to session execute from connection This allows multiple function that both requires an execute method and are required by the execute method.

#! /bin/sh -e

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