diff -r d1b5fd6129bd -r 3b48af0ec776 debian/cubicweb-ctl3.postrm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/cubicweb-ctl3.postrm Fri Jul 12 11:49:46 2019 +0200 @@ -0,0 +1,11 @@ +#!/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