debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 28 Feb 2017 16:11:17 +0100
changeset 11986 4d414ecf8416
parent 11832 e8be49ecb522
permissions -rw-r--r--
[hooks] Return early in server_startup hooks if the repository has not tasks manager

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