debian/cubicweb-ctl.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 03 Mar 2011 11:49:32 +0100
branchstable
changeset 7051 34d8b36480a9
parent 6917 e080e7465ac4
permissions -rw-r--r--
[devtools/qunit] had "qunit" test for tag.

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