debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 23 Apr 2012 18:01:30 +0200
branchstable
changeset 8374 04054efc0a54
parent 6917 e080e7465ac4
permissions -rw-r--r--
[migration/3.14.4] prevent migration crash when there are NULLs in asource

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