archboot/usr/lib/initcpio/install/arch_lftp
2012-08-15 22:13:57 +02:00

16 lines
258 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/usr/bin/lftp"
add_binary "/usr/bin/lftpget"
add_file "/etc/lftp.conf"
}
help ()
{
cat<<HELPEOF
This hook includes lftp on an arch boot image.
HELPEOF
}