Comment # 7
on bug 9222
from Guy Harris
Note also that the script removes both the old ChmodBPF startup item and the
new launchd launch daemon; this is what should be done, so that it can remove
either older Wireshark packages that installed a startup item and newer
packages that install a launch daemon.
So the script shouldn't use the output of "pkgutil -files" to remove the
command-line tools (as per a previous comment) or ChmodBPF (as per the previous
paragraph). The only package remaining is the app bundle, and that's
self-contained. Perhaps the script could use the output of "pkgutil
--pkg-info" to determine where that's located, and just do an "rm -rf" on it.
You are receiving this mail because:
- You are watching all bug changes.