debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Sep 2009 15:58:47 +0200
branchstable
changeset 3114 f87fd632e3f6
parent 0 b97547f5f1fa
permissions -rw-r--r--
missing exception

#! /bin/sh -e

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