debian/cubicweb-twisted.postinst
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Mon, 05 Jan 2009 16:56:48 +0100
changeset 328 02abf429dd91
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't show add new action for composed objects

#! /bin/sh -e

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