debian/cubicweb-ctl.postrm
author David Douard <david.douard@logilab.fr>
Mon, 16 Oct 2017 12:10:19 +0200
branch3.26
changeset 12291 b640ef6ad633
parent 11832 e8be49ecb522
permissions -rw-r--r--
[utils/statsd_logger] flake8

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