debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 20:06:45 +0200
changeset 1995 ec95eaa2b711
parent 0 b97547f5f1fa
permissions -rw-r--r--
turn renderers into appobjects

#! /bin/sh -e

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