debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Mon, 11 May 2009 11:55:10 +0200
branchtls-sprint
changeset 1723 30c3a713ab61
parent 0 b97547f5f1fa
permissions -rw-r--r--
View.dispatch -> View.render

#! /bin/sh -e

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