debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Tue, 21 May 2019 18:16:51 +0200
changeset 12737 56f7386bc6b9
parent 11832 e8be49ecb522
permissions -rw-r--r--
[cubicweb-ctl] backport --dbglevel option of pyramid to all instance commands Closes #17219653

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