debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Mar 2014 08:28:32 +0100
changeset 9825 946b483bc8a1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed parser] enhance retrieve_url to support POSTing data and custom HTTP headers Closes #3682069

#! /bin/sh -e

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