···21212222 # Reset Launchpad cache to show updated apps
2323 # This is necessary for apps to appear in Spotlight and Launchpad
2424- find 2>/dev/null /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} + || true
2424+ find /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} + 2>/dev/null || true
25252626 # Restart Dock to apply changes
2727 killall Dock || true