debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 08 Mar 2019 11:52:31 +0100
branch3.26
changeset 12487 76f7753e81a2
parent 11832 e8be49ecb522
permissions -rw-r--r--
[flake8] fix errors in cubicweb_i18ntestcube/views.py test file

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