debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 11 Apr 2011 20:43:30 +0200
changeset 7206 2723c52a0795
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge changes from stable branch

#! /bin/sh -e

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