debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 27 Jun 2019 12:13:21 +0200
branch3.26
changeset 12675 ea89ca9017c4
parent 11832 e8be49ecb522
permissions -rw-r--r--
[py3] unicode() -> six.text_type in autoform

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