debian/cubicweb-ctl.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 28 Apr 2011 10:11:14 +0200
branchstable
changeset 7262 373212d1fa33
parent 6917 e080e7465ac4
permissions -rw-r--r--
merged oldstable bugfix

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