debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 19 Dec 2013 11:55:00 +0100
branchstable
changeset 9429 aed6ef251135
parent 6917 e080e7465ac4
permissions -rw-r--r--
fix deprecation info

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