debian/cubicweb-ctl.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 10 Jan 2014 18:01:36 +0100
changeset 9400 db37bf35a147
parent 6917 e080e7465ac4
permissions -rw-r--r--
[book] drop reference to removed cubicweb.predicates.implements

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