debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 13 Feb 2012 15:15:24 +0100
branchstable
changeset 8228 fe53c7e1625f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources] include source's class in its repr

#! /bin/sh -e

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