debian/cubicweb-ctl.prerm
author Arthur Lutz <arthur.lutz@logilab.fr>
Thu, 18 Oct 2012 15:52:05 +0200
branchstable
changeset 8754 9d5cfbde9856
parent 6917 e080e7465ac4
permissions -rw-r--r--
[book] remove XXX to an old discussion about appengine

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