debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Sep 2017 09:49:30 +0200
changeset 12203 c615f945b38a
parent 11832 e8be49ecb522
permissions -rw-r--r--
Merge with 3.25 branch

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