debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 27 Jan 2012 12:15:57 +0100
branchstable
changeset 8182 d062d3b7da6c
parent 6917 e080e7465ac4
permissions -rw-r--r--
[config] fix rql-cache-size initial values (closes #2162160)

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