aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-11-11 18:33:51 +0100
committerTeddy Wing2020-11-11 19:15:36 +0100
commita2eb57b1149a47edd6757cf4422a68e0c26350a8 (patch)
treefdad69e4a981f8231278e2172f89f0b4dd68e82d
parentd588c9ddc78497a7fa2a36aafc9a40b687206e03 (diff)
downloadmacosx-replace-system-icons-a2eb57b1149a47edd6757cf4422a68e0c26350a8.tar.bz2
icons.sh: Add a message about restarting
Make it clear that you need to restart in order for icons to refresh properly.
-rwxr-xr-xicons.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/icons.sh b/icons.sh
index 8be365b..0a45486 100755
--- a/icons.sh
+++ b/icons.sh
@@ -117,3 +117,5 @@ done
sudo find /private/var/folders/ -name 'com.apple.dock.iconcache' -delete
sudo find /private/var/folders/ -name 'com.apple.iconservices' -delete
sudo mv /Library/Caches/com.apple.iconservices.store $HOME/.Trash/
+
+echo 'Please restart this machine for icon changes to take effect'