#! /bin/sh
set -e

# Remove configuration and log files
if [ "$1" = "purge" ]; then
    rm -rf /var/lib/vdr/plugins/epgsearch || true
fi

#DEBHELPER#
