debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Jun 2015 10:05:46 +0200
changeset 11251 b66a8c3eebeb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] move process_urls to the parser

#! /bin/sh -e

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