Files
Arch-R/packages/drivers/install
Stephan Raue 536858cb0a compcache: remove, because not stable enough
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-23 19:49:08 +02:00

12 lines
147 B
Bash
Executable File

#!/bin/sh
. config/options $1
for drivers in "$ADDITIONAL_DRIVERS"; do
[ "$drivers" = rtl8192se ] && $SCRIPTS/install rtl8192se
done
exit 0