debian/cubicweb-ctl.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 10 Apr 2013 15:34:18 +0200 (2013-04-10)
branchstable
changeset 8884 e750e5abd1c7
parent 6917 e080e7465ac4
permissions -rw-r--r--
[devtools] protect xvfb-run.sh against clean_up being called twice
#! /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