debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 18 Nov 2019 12:41:44 +0100
changeset 12763 5c609202eb61
parent 11832 e8be49ecb522
permissions -rw-r--r--
[debug-toolbar] make linter happy

#!/bin/sh -e

if [ "$1" = "purge" ] ; then
        rm -rf /etc/cubicweb.d/
        rm -rf /var/log/cubicweb/
        rm -rf /var/lib/cubicweb/
fi

#DEBHELPER#
 
exit 0