debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 15:26:44 +0200
changeset 7606 01b49ec8fe80
parent 6917 e080e7465ac4
permissions -rw-r--r--
[facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915

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