debian/cubicweb-ctl.prerm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 28 Mar 2012 22:24:55 +0200
branchstable
changeset 8330 e69832f9b3af
parent 6917 e080e7465ac4
permissions -rw-r--r--
[doc] fix bad indentation

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