debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Apr 2017 10:08:59 +0200
changeset 12169 dfb5ba8518ee
parent 11832 e8be49ecb522
permissions -rw-r--r--
[test/cleanup] Cleanup flake8 errors in dataimport's test_sqlgenstore

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