archboot/usr/lib/initcpio/install/archboot_lftp

17 lines
247 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
2021-10-04 11:13:50 +02:00
This hook includes lftp on an archboot image.
2011-08-30 15:19:35 +02:00
HELPEOF
}