archboot/usr/lib/initcpio/install/arch_lftp

17 lines
302 B
Text
Raw Normal View History

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