debian/cubicweb-ctl.postrm
author Jérôme Roy <jerome.roy@logilab.fr>
Fri, 28 Jul 2017 08:35:01 +0000
branch3.25
changeset 12196 b6b87c36beed
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] Fix option_*() migration commands in doc The function signature in the doc is not the same as in the code. Also option_removed should probably be removed from the doc since the function in migration.py is empty

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