Viitor_gnome-icon/tmp/postinstall
kueller 07769d48d1 Update gtk Icon cache
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_gnome-icon@5088 504e572c-2e33-0410-9681-be2bf7408885
2010-01-15 10:09:59 +00:00

15 lines
267 B
Bash

#!/bin/bash
for i in Crux \
gnome \
hicolor \
HighContrast \
HighCtonrastInverse \
HighContrastLargePrint \
HighContrastLargePrintInverse \
HighContrast-SVG \
LargePrint \
Mist; do
gtk-update-icon-cache -f -t /opt/gnome/share/icons/$i
done