debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Jun 2009 10:23:56 +0200
changeset 2050 ce184fdb1e56
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix submit message handling in entity form

#! /bin/sh -e

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