debian/cubicweb-ctl.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 30 Aug 2013 15:34:58 +0200
branchstable
changeset 9267 24d9b86dfa54
parent 6917 e080e7465ac4
permissions -rw-r--r--
spelling: rollbacked -> rolled back

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