debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Aug 2011 12:50:58 +0200
branchstable
changeset 7738 e0c86caf5c48
parent 6917 e080e7465ac4
permissions -rw-r--r--
[book, rql] update rql langage chapter with new operators and outer join capabilities

#! /bin/sh -e
 
case "$1" in
    purge)
	rm -rf /etc/cubicweb.d/
	rm -rf /var/log/cubicweb/
	rm -rf /var/lib/cubicweb/
    ;;
esac
 
#DEBHELPER#
 
exit 0