debian/cubicweb-ctl.prerm
author Arthur Lutz <arthur.lutz@logilab.fr>
Tue, 27 Nov 2012 17:16:23 +0100
branchstable
changeset 8603 544ce5dd863c
parent 6917 e080e7465ac4
permissions -rw-r--r--
[doc] fix of personnal etc directory in book

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