debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:29:23 +0100
branch3.26
changeset 12478 d3b4fc9c59dc
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] recommend pip instead of apt for installing things According to a discussion on XMPP we should recommend pip instead.

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