debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 07 Jan 2010 08:02:52 +0100
changeset 4211 eac4b23a42ff
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] backport progressbar template from shingouz

#! /bin/sh -e

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