debian/cubicweb-ctl.prerm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 04 Mar 2013 17:22:57 +0100
branchstable
changeset 8710 becbbbc840b8
parent 6917 e080e7465ac4
permissions -rw-r--r--
[ext/rest] fix docstring of rql_role()

#! /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