From 2a86f3462bd6c028323d76ae62a0a6ebbfa66bdc Mon Sep 17 00:00:00 2001 From: Reid Best Date: Fri, 13 Sep 2019 15:41:10 +0000 Subject: [PATCH] fix: MacOS remove PBIS Utilities folder and link Related work items: #196051 --- package/open/mac/Resources/postflight | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/package/open/mac/Resources/postflight b/package/open/mac/Resources/postflight index 820a0fa90..d401c4e48 100644 --- a/package/open/mac/Resources/postflight +++ b/package/open/mac/Resources/postflight @@ -735,20 +735,6 @@ configure_logon_message_application # Add the ticketcopy login agent configure_agent com.beyondtrust.pbis.ticketcopy -# Add PBIS Utilities folder to Applications location in Finder. Shortcut -# the Domain Join application to here. -if [ -d '/Applications/PBIS Utilities' ]; then - _log "PBIS Utilities folder already exists" -else - run mkdir -p '/Applications/PBIS Utilities' -fi - -if [ -d '/Applications/PBIS Utilities/Domain Join.app' ]; then - _log "Domain Join application already created in Utilities folder" -else - run ln -s '@MK_BINDIR@/Domain Join.app' '/Applications/PBIS Utilities/.' -fi - if [ -n "$UPGRADING_FROM_5_0123" ]; then log "Likewise Identity Services Open 5.X has been successfully upgraded." fi