debian/cubicweb-ctl.prerm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 28 Mar 2011 19:20:22 +0200
branchstable
changeset 7124 56ae3cd5f855
parent 6917 e080e7465ac4
permissions -rw-r--r--
[packaging] prepare 3.11.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