debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 10 Jun 2014 14:25:20 +0200
changeset 9832 17abdb7af3e6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test/querier] use the new connection api (part 2/3) A couple of tests need a schema constraint to be dropped to pass with `.qexecute`.

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