debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jul 2011 14:03:09 +0200
branchstable
changeset 7705 2a1f078ebdcd
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[sql test] lgdb > 1.6 use int for bool with sqlite backend

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