debian/cubicweb-ctl3.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 25 Feb 2020 23:30:32 +0100
branch3.26
changeset 12903 4ebfdf607b49
parent 12697 3b48af0ec776
permissions -rw-r--r--
[ldapfeed] re-enable ldap tests for python 3.7 This was disabled because ldap3<2 wasn't compatible with python 3.7 While I'm here, drop unseless newline.

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