debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 17 Feb 2011 10:24:45 +0100
changeset 7001 c53aa19640b2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sobjects/parsers] on validationerror, skip entity and continue processing feed

#! /bin/sh -e

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