remove arch_lilo

This commit is contained in:
Tobias Powalowski 2013-05-22 09:53:53 +02:00
parent e3ce275902
commit a5c1ba9376

View file

@ -1,17 +0,0 @@
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/sbin/lilo"
add_file "/etc/lilo.conf"
# fix licenses
add_file "/usr/share/licenses/lilo/LICENSE"
}
help ()
{
cat<<HELPEOF
This hook includes lilo on an arch boot image.
HELPEOF
}