debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Feb 2017 17:36:11 +0100
changeset 11977 6eb79532af12
parent 11832 e8be49ecb522
permissions -rw-r--r--
[server] Move "starting repository..." message where this actually happens

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