Skip to content

Commit

Permalink
Killing Dock in uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
briankendall committed Oct 17, 2018
1 parent 452f7b3 commit 7362b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ rmdir /usr/local/forceFullDesktopBar
rm /Library/LaunchDaemons/net.briankendall.forceFullDesktopBar.plist
launchctl remove net.briankendall.forceFullDesktopBar

# Give app a moment to fully quit:
sleep 0.5
killall Dock

echo "Uninstalled"

0 comments on commit 7362b11

Please sign in to comment.