debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 03 Nov 2011 16:01:41 +0100
changeset 8051 41398fa1a90f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rql, integrity] let ValidationError and Unauthorized pass during composite deletion (closes #2070042)

#! /bin/sh -e

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