archboot/usr/lib/initcpio/install/archboot_lftp

17 lines
248 B
Text
Raw Normal View History

#!/usr/bin/env bash
2011-08-30 15:19:35 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 09:57:24 +02:00
add_binary "lftp"
add_binary "lftpget"
2012-08-15 22:13:57 +02:00
add_file "/etc/lftp.conf"
2011-08-30 15:19:35 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes lftp on an arch boot image.
HELPEOF
}