debian/cubicweb-server.postinst
author Florent <florent@secondweb.fr>
Mon, 25 May 2009 22:26:05 +0200
changeset 1936 c5af2fbda5b6
parent 0 b97547f5f1fa
permissions -rw-r--r--
pass request to ApacheRewriter rewrite method

#! /bin/sh -e

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