debian/cubicweb-twisted.postinst
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Wed, 07 Jan 2009 14:57:03 +0100
changeset 341 0a426be2f3a2
parent 0 b97547f5f1fa
permissions -rw-r--r--
fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep

#! /bin/sh -e

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