debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 23 Nov 2016 17:25:31 +0100
branch3.24
changeset 11862 316ebf88f5b3
parent 11832 e8be49ecb522
permissions -rw-r--r--
[devtools] named context for boxes subTest for consistency

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