add a script to remove Dropbox icons from Finder

This commit is contained in:
Sami Samhuri 2014-08-19 11:13:59 -07:00
parent 19939c79e6
commit b33183df8b

4
dropbox-remove-icons Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
file='/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns'
[ -e "$file" ] && mv -f "$file" "$file.bak"