debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 12 Feb 2015 18:25:07 +0100
changeset 10240 6ec03928257f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[sobjects/test] Fix dependency on predictable hashing Fix test under python -R by ignoring url query parameter ordering. Related to #4959402.

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