summaryrefslogtreecommitdiff
blob: 30e76f8b93c470a2ffe8d3210d2ca4b12c39d39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$
#
# 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}"

}