debian/cubicweb-ctl.postrm
author Yann Voté <yann.vote@logilab.fr>
Thu, 27 Apr 2017 10:16:39 +0200
branch3.25
changeset 12185 c46f2bf815d2
parent 11832 e8be49ecb522
permissions -rw-r--r--
[migration] Only drop moved table entities if it does not exists For very old instances (namely docaster), this table has never been created.

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