debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 13 Mar 2019 11:06:46 +0100
changeset 12889 bbf3e56b43fe
parent 11832 e8be49ecb522
permissions -rw-r--r--
[server.querier] construct ExecutionPlan from schema since querier is not needed

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