debian/cubicweb-ctl.prerm
author pierre-yves
Thu, 23 May 2013 19:25:24 +0200
changeset 8996 dcd8aa47adce
parent 6917 e080e7465ac4
permissions -rw-r--r--
[session] raise proper exception with get_tx is called on a closed session Prevent attribute error on _txs Closes #2897836

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