debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Mar 2011 09:47:09 +0100
branchstable
changeset 7075 4751d77394b1
parent 0 b97547f5f1fa
permissions -rw-r--r--
default (3.11.X) is now stable

#! /bin/sh -e

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