diff --git a/dropbox-remove-icons b/dropbox-remove-icons new file mode 100755 index 0000000..06ae2bd --- /dev/null +++ b/dropbox-remove-icons @@ -0,0 +1,4 @@ +#!/bin/sh + +file='/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns' +[ -e "$file" ] && mv -f "$file" "$file.bak"