archboot/lib/initcpio/install/arch_sound
2011-06-17 11:31:53 +02:00

17 lines
255 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "/sound/")"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the sound subsystem on an arch boot image.
HELPEOF
}