debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Mar 2017 10:43:49 +0200
branch3.25
changeset 12124 392d6d599286
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] Add release note about change in uicfg

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