debian/cubicweb-server.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Thu, 09 Jun 2011 14:37:32 +0200
changeset 7482 0fa5dee25b7d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Small addition to apache configuration in book

#! /bin/sh -e

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