debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jun 2011 18:53:36 +0200
changeset 7552 82dde8276a5b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391

#! /bin/sh -e

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