debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 09 Jun 2011 16:56:03 +0200
branchstable
changeset 7486 105767487c70
parent 6917 e080e7465ac4
permissions -rw-r--r--
Added tag cubicweb-version-3.12.6 for changeset a18dac758150

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