debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Oct 2009 11:46:33 +0200
branchstable
changeset 3619 af81a4f7053e
parent 0 b97547f5f1fa
permissions -rw-r--r--
enhance docstring

#! /bin/sh -e

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