debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Nov 2016 17:44:52 +0100
changeset 11851 002007272a76
parent 11832 e8be49ecb522
permissions -rw-r--r--
[views/optimization] Prefetch state'names and comment format in wfhistory component This will avoid later queries to retrieve them.

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