debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Thu, 20 Jun 2019 16:18:19 +0200
branch3.26
changeset 12728 6bcd8899f71b
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] add instruction to re-enable ckeditor

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