- install remote package
This commit is contained in:
Stephan Raue 2010-04-28 20:43:04 +02:00
parent 8f505e4e0a
commit ad59ede156

View File

@ -127,7 +127,7 @@ mkdir -p $INSTALL/usr/share/xbmc/addons
# other programs needed to run # other programs needed to run
$SCRIPTS/install alsa $SCRIPTS/install alsa
$SCRIPTS/install lirc $SCRIPTS/install remote
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc [ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors [ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
[ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate [ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate