archboot/lib/initcpio/install/arch_nmap

18 lines
300 B
Text
Raw Normal View History

2011-08-30 17:14:16 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
BINARIES="/usr/bin/nmap /usr/bin/ncat /usr/bin/ndiff /usr/bin/nping"
FILES=""
SCRIPT=""
add_fulldir "/usr/share/nmap"
}
help ()
{
cat<<HELPEOF
This hook includes nmap on an arch boot image.
HELPEOF
}