We have the Univago client installed via the deployable pkg I downloaded from their website. The previous version installed /Applications/Univago Client.app The new version installs /Applications/Univago.app The installer doesn't delete the old version so in the JSS Policy I added a command in the Files and Processes section:
rm -Rf /Applications/Univago Client.app But when I did that and ran the policy, it installed the new app and then deleted BOTH Univago programs. So I tried using
rm -Rf "/Applications/Univago Client.app" but it did the exact same thing. When I remove the rm command altogether, nothing is deleted (as expected). Why is it not deleting exactly what I'm telling it to?
Question
Weird app deletion via policy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
