debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 16 Jan 2015 10:56:30 +0100
changeset 10206 0ecd61f4bd37
parent 0 b97547f5f1fa
permissions -rw-r--r--
[undo] when we can't undo an inlined relation change, point at None, not a broken eid This whole thing is "a bit" weird.

#! /bin/sh -e

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