debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Wed, 15 May 2019 12:05:52 +0200
changeset 12600 0f33639d305b
parent 11832 e8be49ecb522
permissions -rw-r--r--
[pyramid/test] add test for pyramid.ini generation

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