debian/cubicweb-ctl.postrm
author Laurent Peuch <cortex@worlddomination.be>
Fri, 12 Apr 2019 11:56:13 +0200
changeset 12575 30d0e27a1d52
parent 11832 e8be49ecb522
permissions -rw-r--r--
DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead

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