mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
13 lines
211 B
Bash
Executable File
13 lines
211 B
Bash
Executable File
#!/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
|