#! /bin/sh
set -e

if [ "$1" = "configure" ]; then
    # Change owner of directory for variable state information files
    chown vdr:vdr /var/lib/vdr/plugins/epgsearch || true
fi

#DEBHELPER#
