archboot/usr/lib/initcpio/install/arch_pptpclient

16 lines
229 B
Text
Raw Normal View History

2012-05-27 12:15:43 +02:00
#!/bin/bash
2007-10-22 07:56:38 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-10-22 07:56:38 +02:00
{
2012-05-27 12:15:43 +02:00
add_binary "/usr/sbin/pptp"
2012-08-15 22:39:09 +02:00
add_full_dir "/etc/ppp"
2007-10-22 07:56:38 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes pptpclient on an arch boot image.
HELPEOF
}