debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 10 Mar 2017 09:39:18 +0100
changeset 12017 281a6219bdc9
parent 11832 e8be49ecb522
permissions -rw-r--r--
[web] Put 'use-uicache' option in level 2 So that users do not get prompted with this. Follow-up on c34590161082.

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