debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 29 Nov 2019 15:30:16 +0100
changeset 12781 fda5efaf6937
parent 11832 e8be49ecb522
permissions -rw-r--r--
Add missing dbmako/mako files in python sdist

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