debian/cubicweb-ctl.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 22 Oct 2014 14:28:01 +0200
changeset 10097 e62d2c73784f
parent 6917 e080e7465ac4
permissions -rw-r--r--
[web] Beautify jquery.treeview.js Fully mechanical, just whitespace changes.

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