debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 01 Feb 2020 22:00:03 +0100
branch3.27
changeset 12866 fa39f3305911
parent 11832 e8be49ecb522
permissions -rw-r--r--
[web/views/cwuser] fix encoding of FoafView to application/rdf+xml

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