debian/cubicweb-twisted.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 07 Dec 2009 07:10:40 -0800
changeset 4007 91d11fda4aa0
parent 0 b97547f5f1fa
permissions -rw-r--r--
more api renaming/fixing update

#! /bin/sh -e

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