Get rid of a launchd daemon we no longer need.

Change-Id: Ic287d6d8a84876da10ca600ef3899b40c8f5663e
Reviewed-on: https://code.wireshark.org/review/30310
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-10-21 11:51:57 -07:00
parent b51aafd77c
commit 2d1ade6446
1 changed files with 9 additions and 0 deletions

View File

@ -40,3 +40,12 @@ then
mkdir -m u=rwx,g=rx,o=rx /etc/manpaths.d
fi
echo $WSMANPATH > /etc/manpaths.d/Wireshark
#
# Get rid of the old XQuartz fixer; we don't use X11, and haven't used
# it since Wireshark 2.0, so we don't need it.
#
XQUARTZ_FIXER_PLIST="/Library/LaunchDaemons/org.wireshark.XQuartzFixer.plist"
launchctl unload $XQUARTZ_FIXER_PLIST
rm -rf /Library/Application Support/Wireshark/XQuartzFixer
rm -f $XQUARTZ_FIXER_PLIST