debian/cubicweb-ctl.postrm
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Wed, 13 Sep 2017 17:19:42 +0200
branch3.25
changeset 12201 2b78124386b2
parent 11832 e8be49ecb522
permissions -rw-r--r--
[pkg] add missing unittest2 dependency to spec file

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