debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 16:12:28 +0200
changeset 7828 749e1a67987f
parent 6917 e080e7465ac4
permissions -rw-r--r--
[entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)

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