debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 28 May 2009 16:59:14 +0200
changeset 1991 8a9d8f1ee100
parent 0 b97547f5f1fa
permissions -rw-r--r--
bugfix for plots

#! /bin/sh -e

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