debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 Nov 2011 17:00:09 +0100
changeset 8101 f9fa2f47572c
parent 6917 e080e7465ac4
permissions -rw-r--r--
[sorted navigation] refactor code so that when an attribute is found, nb_chars may be recomputed anyway according to variable type

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