debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 18 Dec 2019 22:07:33 +0100
changeset 12842 e150ed316dfc
parent 11832 e8be49ecb522
permissions -rw-r--r--
[server.source.native] exceptions should never pass silently

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