debian/cubicweb-ctl.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 12 Jan 2010 15:12:51 +0100
branchstable
changeset 4220 713434095f0d
parent 0 b97547f5f1fa
child 6917 e080e7465ac4
permissions -rw-r--r--
[javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE

#! /bin/sh -e
 
case "$1" in
    purge)
        rm -rf /etc/cubicweb.d/
    	rm -rf /var/run/cubicweb/
	rm -rf /var/log/cubicweb/
	rm -rf /var/lib/cubicweb/
    ;;
esac
 
#DEBHELPER#
 
exit 0