debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 23 Sep 2013 14:55:56 +0200
changeset 9873 1257e909d25e
parent 6917 e080e7465ac4
permissions -rw-r--r--
[forms] consider inline creation form information as linkto info. Closes #3161121

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