debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 08:57:17 +0100
branch3.24
changeset 12065 a9c710632863
parent 11832 e8be49ecb522
permissions -rw-r--r--
Merge public heads

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