debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 04 Jun 2014 15:21:18 +0200
changeset 9857 618d45655865
parent 6917 e080e7465ac4
permissions -rw-r--r--
[testlib] use the new connection api

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