archboot/usr/lib/initcpio/install/archboot_tcpdump

16 lines
249 B
Text
Raw Normal View History

#!/usr/bin/env bash
2011-08-30 15:44:50 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 11:45:09 +02:00
add_binary "tcpdump"
2011-08-30 15:44:50 +02:00
add_file "/usr/share/licenses/tcpdump/LICENSE"
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes tcpdump on an archboot image.
2011-08-30 15:44:50 +02:00
HELPEOF
}