debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 07 Feb 2020 17:09:59 +0100
changeset 12868 8fa3d2b0252d
parent 11832 e8be49ecb522
permissions -rw-r--r--
merge

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