archboot/usr/lib/initcpio/install/arch_pptpclient
2012-03-07 08:23:18 +01:00

18 lines
321 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
BINARIES="/usr/sbin/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
}