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:
12
macosx/Scripts/postinstall
Executable file
12
macosx/Scripts/postinstall
Executable 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
|
||||
Reference in New Issue
Block a user