autopkg / cgerke-recipes

AutoPKG Recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireshark.munki.recipe - Blocking applications

blackthroat opened this issue · comments

I'm able to uninstall Wireshark while the application is running. I suspect the behavior for upgrades would have the same result.

This can be fixed by adding the following after line 14:

			<key>blocking_applications</key>
			<array>
				<string>Wireshark</string>
			</array>

Resolved in 5cf6298