1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Reintegrate 7.97 changes

This commit is contained in:
dmiller
2025-05-15 15:42:03 +00:00
parent ef1c789f2a
commit ec3b1d264b
15 changed files with 69 additions and 59 deletions

12
macosx/Scripts/postinstall Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
#script_path=$0
#package_path=$1
target_path=$2
#target_vol=$3
pkg_name=${INSTALL_PKG_SESSION_ID##*.}
echo "$2/$pkg_name.app/Contents/Resources/bin" > /etc/paths.d/$INSTALL_PKG_SESSION_ID
exit 0