debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 Jan 2017 11:12:35 +0100
branch3.24
changeset 11907 3be141d6c82c
parent 11832 e8be49ecb522
permissions -rw-r--r--
[migration] Enhance assertion message to get a chance to fix the problem

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