debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 15:35:29 +0200
changeset 5943 f1abba8ccc01
parent 0 b97547f5f1fa
permissions -rw-r--r--
[multi-sources] we should annotate those queries, else there is a chance to get bad sql...

#! /bin/sh -e

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