debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Thu, 28 Nov 2019 16:33:15 +0100
changeset 12785 a9025212ce0c
parent 11832 e8be49ecb522
permissions -rw-r--r--
[debug-toolbar/registry] move to Registry.add_select_best_listener new api

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