archboot/lib/initcpio/install/arch_sound
2008-12-06 19:12:19 +01: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
}