debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Oct 2017 11:59:55 +0200
branch3.25
changeset 12215 b9ffd3216187
parent 11832 e8be49ecb522
permissions -rw-r--r--
Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268

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