debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 20:07:18 +0200
changeset 1996 2490e18fd3c8
parent 0 b97547f5f1fa
permissions -rw-r--r--
merge

#! /bin/sh -e

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