debian/cubicweb-ctl.postrm
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 16 Aug 2018 12:31:44 +0200
changeset 12346 b3f45d96a179
parent 11832 e8be49ecb522
permissions -rw-r--r--
[py37] `async` is now a reserved keyword

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