debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 18:31:14 +0200
changeset 1985 9c1db4e06095
parent 0 b97547f5f1fa
permissions -rw-r--r--
move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional

#! /bin/sh -e

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