remove arch_amd_ucode hook now in linux-firmware

This commit is contained in:
Tobias Powalowski 2013-07-29 15:45:02 +02:00
parent 74c4124ea1
commit 5c21bc488c

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_full_dir "/usr/lib/firmware/amd-ucode"
# fix license files
add_file "/usr/share/licenses/amd-ucode/LICENSE"
}
help ()
{
cat<<HELPEOF
This hook includes amd-ucode on an arch boot image.
HELPEOF
}