debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 10 Feb 2014 18:00:26 +0100
branchstable
changeset 9526 be595b56964b
parent 6917 e080e7465ac4
permissions -rw-r--r--
[pkg] prepare 3.17.13

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