debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Thu, 05 Dec 2019 18:43:19 +0100
changeset 12810 4a98b93ac5ac
parent 11832 e8be49ecb522
permissions -rw-r--r--
[UX] make error message explicit with useful information

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