debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 31 Jan 2020 18:01:41 +0100
branch3.27
changeset 12852 a5c7cea1c070
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] fix typo

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