debian/cubicweb-ctl.postrm
author Nsukami Patrick <ndkpatt at gmail dot com>
Thu, 18 Apr 2019 04:34:34 +0000
changeset 12578 d06a2feae373
parent 11832 e8be49ecb522
permissions -rw-r--r--
Fix DeprecationWarning: invalid escape sequence

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