debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 24 Nov 2016 15:39:52 +0100
changeset 11867 c714e55fbce1
parent 11832 e8be49ecb522
permissions -rw-r--r--
[cwctl] Kill deprecated ordered_instances method no need to keep bw compat for this.

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