debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 15 Sep 2017 16:59:13 +0200
changeset 12234 14fdd5888cbb
parent 11832 e8be49ecb522
permissions -rw-r--r--
[rql2sql/test] Set maxDiff to None to see full diffs this is usually useful to compare SQL strings

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