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

16 lines
222 B
Text

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