debian/cubicweb-ctl.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 Jan 2014 15:55:48 +0100
changeset 9506 7f6883783969
parent 6917 e080e7465ac4
permissions -rw-r--r--
[repo] Use a connection instead of a session for repo.gc_stats()

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