debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Dec 2011 15:14:01 +0100
branchstable
changeset 8141 049a3819f03d
parent 6917 e080e7465ac4
permissions -rw-r--r--
3.14.2

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