debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Jun 2011 19:46:39 +0200
changeset 7527 ef1e9bc38137
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] renaming parser attribute to parser_id makes things clearer

#! /bin/sh -e

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