debian/cubicweb-ctl.prerm
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Tue, 07 May 2013 00:29:42 +0200
changeset 8969 b37ce419ce26
parent 6917 e080e7465ac4
permissions -rw-r--r--
[views] attempt to clarify the inline help system documentation

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