debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 06 Jun 2018 18:54:24 +0200
changeset 12314 f90e0d5c9a64
parent 11832 e8be49ecb522
permissions -rw-r--r--
[widgets.js] fix obvious bug detected by sonar

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