archboot/lib/initcpio/install/arch_pptpclient
2008-12-06 19:12:19 +01:00

18 lines
313 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="pptp"
FILES=""
SCRIPT=""
add_file "/usr/share/archboot/pptpclient/etc/ppp/options.pptp" "/etc/ppp/options.pptp"
}
help ()
{
cat<<HELPEOF
This hook includes pptpclient on an arch boot image.
HELPEOF
}