debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Feb 2011 16:46:25 +0100
branchstable
changeset 7008 5d0be45ee69d
parent 0 b97547f5f1fa
permissions -rw-r--r--
cleanup

#! /bin/sh -e

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