debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Oct 2011 18:22:19 +0200
changeset 8020 52e250f307b6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[rql2sql] fix regression introduced in 8018:f01c80513274 leading to bad execution of DELETE queries

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