debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Jun 2014 12:02:51 +0200
changeset 9758 91f3cb7db2aa
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test/hook] use the new connection API

#! /bin/sh -e

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