debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 13 Aug 2009 09:59:35 +0200
changeset 2798 9c650701cb17
parent 0 b97547f5f1fa
permissions -rw-r--r--
stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url

#! /bin/sh -e

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