debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 14:53:48 +0100
branch3.26
changeset 12437 d8e36de16f24
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] fix, command "create" is missing base cube

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