debian/cubicweb-ctl.postrm
author David Douard <david.douard@logilab.fr>
Wed, 03 May 2017 21:58:48 +0200
branch3.25
changeset 12195 81cf4cf60411
parent 11832 e8be49ecb522
permissions -rw-r--r--
[massive store] ensure the cwmassive_initialized table is deleted if needed This may be necessary if a previous import did badly crached, leaving the cwmassive_initialized behind.

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