debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Fri, 27 Sep 2019 06:51:29 +0200
changeset 12772 a2b8c201727f
parent 11832 e8be49ecb522
permissions -rw-r--r--
[debug-toolbar/display_source_code] add helper to render link to source file Closes #17256791

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