archboot/lib/initcpio/install/arch_pptpclient
2011-06-17 11:31:53 +02: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
}