debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 26 Apr 2017 15:04:40 +0200
changeset 12182 50109859da43
parent 11832 e8be49ecb522
permissions -rw-r--r--
[req] raise KeyError instead of AssertionError in req.find()

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