debian/cubicweb-ctl.postrm
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 10 May 2019 16:04:37 +0200
changeset 12593 c30f8dc81f22
parent 11832 e8be49ecb522
permissions -rw-r--r--
Fix pyramid tests Followup fa292e9 which require cubicweb.session.secret to be set.

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