debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 04 Dec 2019 16:12:15 +0100
changeset 12788 6086f3d503a5
parent 11832 e8be49ecb522
permissions -rw-r--r--
[pkg] require logilab-common >= 1.5.2 Followup a902521

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