debian/cubicweb-ctl.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 26 Aug 2011 17:27:09 +0200
branchstable
changeset 7754 e3da9e7fc584
parent 6917 e080e7465ac4
permissions -rw-r--r--
merged back oldstable fix to stable

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