aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Scripts/wireshark-postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Scripts/wireshark-postinstall.sh b/packaging/macosx/Scripts/wireshark-postinstall.sh
index 3850a4bc75..7982fea731 100755
--- a/packaging/macosx/Scripts/wireshark-postinstall.sh
+++ b/packaging/macosx/Scripts/wireshark-postinstall.sh
@@ -25,7 +25,7 @@ BIN_PATH="$2/Wireshark.app/Contents/Resources/bin"
# in the app bundle, so let's just construct it ourselves.
#
for i in capinfos dftest dumpcap editcap mergecap randpkt rawshark \
- tshark text2pcap
+ tshark text2pcap
do
ln -s "$BIN_PATH/$i" ../../MacOS/"$i"
done