debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 22 Oct 2015 16:58:12 +0200
changeset 11878 e42cb31e9301
parent 11832 e8be49ecb522
permissions -rw-r--r--
[cwctl] on upgrade, clear instance_md5_version cache The generate-static-datadir depends on a correct config.instance_md5_version(), and we just invalidated it by upgrading the instance.

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