archboot/usr/lib/initcpio/install/arch_lftp
2013-05-22 09:57:24 +02:00

16 lines
240 B
Bash

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