aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Scripts/wireshark-postinstall.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-23 14:13:20 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-23 22:14:06 +0000
commit53744af1821137df82ba415524e3ec9fa2f605e1 (patch)
tree8e968636d8325f4bdc78b435d8f32b478e63fbde /packaging/macosx/Scripts/wireshark-postinstall.sh
parent656439db2612878b52422d209443c17ebbb70c47 (diff)
The DOCSIS dissector isn't a plugin any more, either.
Change-Id: Ibd4b775af335a34ec27efe7454a460cd47720954 Reviewed-on: https://code.wireshark.org/review/26071 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging/macosx/Scripts/wireshark-postinstall.sh')
-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 98c0e683cd..e570fc8f57 100755
--- a/packaging/macosx/Scripts/wireshark-postinstall.sh
+++ b/packaging/macosx/Scripts/wireshark-postinstall.sh
@@ -10,7 +10,7 @@
# will just silently and harmlessly fail to remove files that aren't
# there in the first place.
#
-PLUGINS="coseventcomm cosnaming interlink parlay sercosiii tango"
+PLUGINS="coseventcomm cosnaming docsis interlink parlay sercosiii tango"
PLUGINS_PATH="$2/Wireshark.app/Contents/Resources/lib/wireshark/plugins"