debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Feb 2015 15:12:31 +0100
changeset 10255 55413788be10
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web/test] don't depend on iteration order on a set Fixes test under python -R ('pending_insert' in session data is a set, so we can't rely on any particular ordering). Related to #4959402.

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