debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Wed, 21 Aug 2019 04:52:08 +0200
changeset 12740 6e98699d3a9a
parent 11832 e8be49ecb522
permissions -rw-r--r--
[logging/debug] move transaction operations logs from self.debug to DBG_OPS There were a mixing between displaying transaction operations log on logger.debug and only when DBG_OPS was on, uniformize everything behind DBG_OPS. Closes #17229126

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