debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 23 Jul 2009 13:03:50 +0200
changeset 2433 1d46c016a564
parent 0 b97547f5f1fa
permissions -rw-r--r--
#197873: quick access to info for bug report

#! /bin/sh -e

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