debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 22 Jul 2009 15:05:32 +0200 (2009-07-22)
changeset 2421 08d42928fe36
parent 0 b97547f5f1fa
permissions -rw-r--r--
does not make sense any more
#! /bin/sh -e

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