You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-tvguide/files/rc-addon.sh

19 lines
427 B

#!/bin/sh
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
plugin_pre_vdr_start() {
if [ -n "${TVGUIDE_EPGIMAGESPATH}" ]; then
add_plugin_param "-e ${TVGUIDE_EPGIMAGESPATH}"
fi
if [ -n "${TVGUIDE_ICONSPATH}" ]; then
add_plugin_param "-i ${TVGUIDE_ICONSPATH}"
fi
if [ -n "${TVGUIDE_LOGOPATH}" ]; then
add_plugin_param "-l ${TVGUIDE_LOGOPATH}"
fi
}