debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 26 Oct 2011 14:12:35 +0200
changeset 8024 ff8ea924b10f
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport stable

#! /bin/sh -e

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