debian/cubicweb-twisted.prerm
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
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0