debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 30 Jan 2017 18:14:45 +0100
branch3.24
changeset 11938 fc19dda111dc
parent 11832 e8be49ecb522
permissions -rw-r--r--
[migration] Stop asking confirm to commit

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