debian/cubicweb-ctl.prerm
author Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:18:17 +0200
changeset 10106 3117f1736f00
parent 6917 e080e7465ac4
permissions -rw-r--r--
[wsgi] add tornado http server

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