gentoo-full-overlay/media-plugins/vdr-radio/files/rc-addon.sh

14 lines
394 B
Bash

# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/files/rc-addon.sh,v 1.3 2006/11/17 13:23:19 zzam Exp $
#
# rc-addon plugin-startup-skript for vdr-radio
#
# This sript is called by gentoo-vdr-scripts on start of VDR
# Set default DIR to the background picture
RADIO_BACKGROUND_DIR=/usr/share/vdr/radio
plugin_pre_vdr_start() {
add_plugin_param "-f ${RADIO_BACKGROUND_DIR}"
}