debian/cubicweb-ctl.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 08 Oct 2015 18:38:16 +0200
changeset 10640 17bdc485c5b2
parent 6917 e080e7465ac4
permissions -rw-r--r--
merge with 3.19.13

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