archboot/usr/lib/initcpio/install/archboot_pptpclient

15 lines
198 B
Text
Raw Normal View History

#!/usr/bin/env 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
{
2013-05-22 11:40:01 +02:00
add_binary "pptp"
2007-10-22 07:56:38 +02:00
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes pptpclient on an archboot image.
2007-10-22 07:56:38 +02:00
HELPEOF
}