debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 21 Apr 2010 14:08:18 +0200
branchstable
changeset 5365 ca838c79af97
parent 0 b97547f5f1fa
permissions -rw-r--r--
[service] do not bluntly override these things if they exist

#! /bin/sh -e

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