debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 May 2014 14:48:09 +0200
changeset 9777 b2e47617a94e
parent 6917 e080e7465ac4
permissions -rw-r--r--
[tests/security] break lines > 100 chars

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