debian/cubicweb-ctl.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 13 Apr 2011 09:46:29 +0200
branchstable
changeset 7214 70538ea2532d
parent 6917 e080e7465ac4
permissions -rw-r--r--
[testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089)

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