debian/cubicweb-ctl.postrm
author Simon Chabot <simon.chabot@logilab.fr>
Fri, 28 Feb 2020 17:11:01 +0100
changeset 12892 0df0db725f07
parent 11832 e8be49ecb522
permissions -rw-r--r--
[rdf] Add a basic foaf adapter for CWUser By the way, use RDFLib namespaces

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