debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Wed, 04 Mar 2009 17:09:10 +0100
branchtls-sprint
changeset 1005 09ba3cb2a440
parent 0 b97547f5f1fa
permissions -rw-r--r--
should not close main connexion

#! /bin/sh -e

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