debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 02 Jun 2010 23:06:38 +0200
branchstable
changeset 5647 b21655cfc835
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge back on-site fixes

#! /bin/sh -e

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