debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 07 Jul 2011 18:43:21 +0200
changeset 7638 cc7cde77184f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc, hook] more backport of syt mbox documentation

#! /bin/sh -e

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