archboot/install/arch_pptpclient
2007-10-22 05:56:38 +00:00

18 lines
296 B
Text

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