Added icon cache rebuild script
This commit is contained in:
parent
44233d1796
commit
1c399b8d9d
1 changed files with 6 additions and 0 deletions
6
nautilus-scripts/System/Rebuild Icon Cache
Executable file
6
nautilus-scripts/System/Rebuild Icon Cache
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
find /usr/share/icons -mindepth 1 -maxdepth 1 -type d | while read -r THEME; do
|
||||
if [ -f "$THEME/index.theme" ]; then
|
||||
gtk-update-icon-cache -f -q "$THEME"
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue