archboot/usr/lib/initcpio/install/archboot_wvdial

17 lines
277 B
Text
Raw Normal View History

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