debian/cubicweb-ctl3.postrm
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Mon, 10 Jun 2019 12:04:39 +0200
branch3.26
changeset 12704 a9b1f3d980fc
parent 12697 3b48af0ec776
permissions -rw-r--r--
[pkg] Fix spelling mistake in doc-base abstract

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