debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 10 Sep 2012 16:25:48 +0200
changeset 8560 fef0b8214fcf
parent 6917 e080e7465ac4
permissions -rw-r--r--
[web app] move set of status_out into validation_error_handler to ease readability

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