debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Jan 2013 18:31:43 +0100
changeset 8654 7021bba2dcf2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[appobject] cleanup module (prepares #2406609) * remove unused imports * break long lines

#! /bin/sh -e

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