debian/cubicweb-ctl3.postrm
author Laurent Peuch <cortex@worlddomination.be>
Tue, 27 Aug 2019 20:16:01 +0200
branch3.26
changeset 12748 9fa65579520f
parent 12697 3b48af0ec776
permissions -rw-r--r--
[debug] add ALL possibility to --dbglevel

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