Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
fix: MacOS remove PBIS Utilities folder and link
Browse files Browse the repository at this point in the history
Related work items: #196051
  • Loading branch information
rbest-bt committed Sep 13, 2019
1 parent 708df41 commit 2a86f34
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions package/open/mac/Resources/postflight
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a86f34

Please sign in to comment.