debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 May 2013 16:05:51 +0200
changeset 8972 771337c3a754
parent 6917 e080e7465ac4
permissions -rw-r--r--
[testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html

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