debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 19 Oct 2009 20:34:13 +0200
branchstable
changeset 3743 4b683fe21160
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge

#! /bin/sh -e

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