add a script to remove Dropbox icons from Finder
This commit is contained in:
parent
19939c79e6
commit
b33183df8b
1 changed files with 4 additions and 0 deletions
4
dropbox-remove-icons
Executable file
4
dropbox-remove-icons
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
file='/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns'
|
||||
[ -e "$file" ] && mv -f "$file" "$file.bak"
|
||||
Loading…
Reference in a new issue