debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Wed, 27 Feb 2019 13:41:34 +0100
branch3.26
changeset 12469 f5f1db1e6872
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] correct import for i18n

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