debian/cubicweb-ctl.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 08 Apr 2013 14:18:32 +0200
branchstable
changeset 8866 64f24ecad177
parent 6917 e080e7465ac4
permissions -rw-r--r--
merge with 3.15.x fix

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