debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 27 Mar 2019 16:19:50 +0100
changeset 12543 71aa20cb43f2
parent 11832 e8be49ecb522
permissions -rw-r--r--
[cwconfig] drop legacy cube importer We don't want to support legacy cubes anymore.

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