debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Thu, 16 May 2019 02:39:40 +0200
changeset 12607 3bf9002de48e
parent 11832 e8be49ecb522
permissions -rw-r--r--
[autopep8] E301 - Add missing blank line

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