debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 May 2012 15:06:43 +0200
changeset 8388 c6c624cea870
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[repo test] Avoid hangs in zmq repo unit test - interaction through the zmq event loop from a different thread is only allowed through add_callback - notify the background thread when the client dies with an exception so it doesn't spin forever

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0