archboot/usr/lib/initcpio/install/arch_pptpclient

19 lines
321 B
Text
Raw Normal View History

2007-10-22 07:56:38 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-10-22 07:56:38 +02:00
{
MODULES=""
2011-07-25 21:53:01 +02:00
BINARIES="/usr/sbin/pptp"
2007-10-22 07:56:38 +02:00
FILES=""
SCRIPT=""
2008-12-06 19:12:19 +01:00
add_file "/usr/share/archboot/pptpclient/etc/ppp/options.pptp" "/etc/ppp/options.pptp"
2007-10-22 07:56:38 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes pptpclient on an arch boot image.
HELPEOF
}