debian/cubicweb-ctl.postrm
author Elodie Thieblin <ethieblin@logilab.fr>
Wed, 18 Mar 2020 09:22:45 +0100
changeset 12921 1adf23942954
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] Add requirement for gettext and graphviz When running the tutorial from scratch, I had errors because these two packages were not installed.

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