aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-12-30 18:03:14 -0800
committerGerald Combs <gerald@wireshark.org>2022-12-30 18:05:01 -0800
commitb15eb8a82fd7974684786251ddb2b84a019a779e (patch)
tree9c125233a7872e4fc591f41e0be0d0048cf70667 /packaging
parent3a23f6e6c9d7dd3eeabcf8b20e29ad81f30d2084 (diff)
macOS: Don't try to copy a nonexistent plist
In the ChmodBPF postinstall script, don't try to copy org.wireshark.ChmodBPF.plist from a nonexistent location. Ping #18734.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/ChmodBPF/install-scripts/postinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/macosx/ChmodBPF/install-scripts/postinstall b/packaging/macosx/ChmodBPF/install-scripts/postinstall
index aca3c84dca..120619ab39 100755
--- a/packaging/macosx/ChmodBPF/install-scripts/postinstall
+++ b/packaging/macosx/ChmodBPF/install-scripts/postinstall
@@ -26,8 +26,6 @@ fi
dseditgroup -q -o edit -a "$USER" -t user "$BPF_GROUP"
-cp "/Library/Application Support/Wireshark/ChmodBPF/org.wireshark.ChmodBPF.plist" \
- "$CHMOD_BPF_PLIST"
chmod u=rw,g=r,o=r "$CHMOD_BPF_PLIST"
chown root:wheel "$CHMOD_BPF_PLIST"