debian/cubicweb-ctl.prerm
author Florent Cayré <florent.cayre@gmail.com>
Thu, 20 Oct 2011 16:03:51 +0200
changeset 7973 64639bc94e25
parent 6917 e080e7465ac4
permissions -rw-r--r--
[entity] restrict creation form field vocabulary using __linkto information (closes #1799997)

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