debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Thu, 21 Mar 2019 14:28:30 +0100
changeset 12520 c53f66bcc641
parent 11832 e8be49ecb522
permissions -rw-r--r--
[cli/enh] on 'shell' or migration command, use ipython if available

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