debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Wed, 26 Jun 2019 02:32:02 +0200
branch3.26
changeset 12747 36d4a8ec1fb7
parent 11832 e8be49ecb522
permissions -rw-r--r--
[ux] display instance name in suggested upgrade command

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