debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Dec 2009 08:37:30 +0100
branchstable
changeset 3951 b64c73bdb37b
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix name error if ValueError is raised

#! /bin/sh -e

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