debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 29 Mar 2011 09:02:49 +0200
branchstable
changeset 7133 110f38b322ef
parent 6917 e080e7465ac4
permissions -rw-r--r--
[date picker] apply Carlos patch fixing spanish date picker translation file. Closes #1558893

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