debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 04 Apr 2017 18:47:13 +0200
branch3.25
changeset 12131 8672535c3b89
parent 11832 e8be49ecb522
permissions -rw-r--r--
[py3] Use six.text_type instead of unicode in _CWSourceCfgMixIn.update_config()

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