debian/cubicweb-ctl.postrm
author Arthur Lutz <arthur.lutz@logilab.fr>
Fri, 31 Jan 2020 16:52:24 +0100
branch3.27
changeset 12861 1983923e51cc
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc/book/admin/setup] forget about easy_install

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