debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Aug 2009 18:26:31 +0200
branch3.5
changeset 2988 89d97d7c0508
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wf] use custom exception class

#! /bin/sh -e

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