autopkg / moofit-recipes

10 stars 27 forks source link

Jabra Direct postinstall script launches app #64

Closed swy closed 2 years ago

swy commented 2 years ago

As discussed in macadmins Slack #packaging on date of this submission, the Jabra Direct pkg comes with an unwelcomed postinstall of

#!/bin/sh
open -a '/Applications/Jabra Direct.app' --args -AddAppToLoginItems
exit 0 # all good

It would benefit all downstream autopkg recipes if this postinstall didn't exist.