archboot/usr/lib/initcpio/install/arch_pptpclient
2012-08-15 22:39:09 +02:00

15 lines
229 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/usr/sbin/pptp"
add_full_dir "/etc/ppp"
}
help ()
{
cat<<HELPEOF
This hook includes pptpclient on an arch boot image.
HELPEOF
}