debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 16 May 2011 10:17:48 +0200
changeset 7385 29f050e39b09
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] propagate raise_on_error to parser's process method

#! /bin/sh -e

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