#!/bin/bash -e if [ "$1" = "purge" ] ; then rm -rf /var/log/jondo rm -rf /var/cache/jondo fi #DEBHELPER# exit 0