debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:29:44 +0100
changeset 12414 34e89d5e5e51
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] add a note because uiprops.py is not generated anymore by default

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