debian/cubicweb-ctl.postrm
author Julien Tayon <julien.tayon@logilab.fr>
Tue, 25 Feb 2020 22:18:15 +0100
branch3.27
changeset 12893 4942a6ebf21b
parent 11832 e8be49ecb522
permissions -rw-r--r--
[ldapfeed] drop now useless import from __future__

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