debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 15 May 2012 10:34:34 +0200
branchstable
changeset 8402 efafa1261477
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] allow the xml datafeed parser to work with client-side connections

#! /bin/sh -e

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