From b15eb8a82fd7974684786251ddb2b84a019a779e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 30 Dec 2022 18:03:14 -0800 Subject: 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. --- packaging/macosx/ChmodBPF/install-scripts/postinstall | 2 -- 1 file changed, 2 deletions(-) (limited to 'packaging') 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" -- cgit v1.2.3