debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 May 2012 16:31:03 +0200
changeset 8391 574cf17a9928
parent 6917 e080e7465ac4
permissions -rw-r--r--
[ldapparser] reapply dropped fix

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