archboot/install/arch_sound

18 lines
255 B
Text
Raw Normal View History

2007-05-13 19:50:46 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
2007-09-07 19:22:10 +02:00
MODULES=" $(checked_modules "/sound/")"
2007-05-13 19:50:46 +02:00
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
2007-09-07 19:22:10 +02:00
This hook includes the sound subsystem on an arch boot image.
2007-05-13 19:50:46 +02:00
HELPEOF
}