debian/cubicweb-ctl.prerm
author Florent Cayré <florent.cayre@logilab.fr>
Mon, 09 Jul 2012 12:24:05 +0200
changeset 8458 1c5f3c66ec53
parent 6917 e080e7465ac4
permissions -rw-r--r--
[html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)

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