debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 15:40:41 +0100
branchstable
changeset 8640 d92d75e54ef3
parent 6917 e080e7465ac4
permissions -rw-r--r--
prepare 3.15.8

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