debian/cubicweb-ctl.postrm
author Simon Chabot <simon.chabot@logilab.fr>
Thu, 05 Mar 2020 16:03:26 +0100
branch3.26
changeset 12907 d1c953c97d39
parent 11832 e8be49ecb522
permissions -rw-r--r--
[fix, calendar] Ensure that the buffer is a string 'unicode' is not defined in python3

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