archboot/usr/lib/initcpio/install/arch_tcpdump

16 lines
251 B
Text
Raw Normal View History

2012-05-27 17:12:28 +02:00
#!/bin/bash
2011-08-30 15:44:50 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-21 12:19:44 +02:00
add_binary "/usr/bin/tcpdump"
2011-08-30 15:44:50 +02:00
add_file "/usr/share/licenses/tcpdump/LICENSE"
}
help ()
{
cat<<HELPEOF
This hook includes tcpdump on an arch boot image.
HELPEOF
}