archboot/usr/lib/initcpio/install/archboot_xl2tpd

16 lines
248 B
Text
Raw Normal View History

#!/usr/bin/env bash
2012-09-12 11:25:12 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2022-03-14 21:32:33 +01:00
map add_binary pfc xl2tpd xl2tpd-control
2012-09-12 11:25:12 +02:00
add_full_dir "/etc/xl2tpd"
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes xl2tpd on an archboot image.
2012-09-12 11:25:12 +02:00
HELPEOF
}