Viitor_gnome-icon/tmp/postinstall
kueller a6a56d5a60 Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_gnome-icon@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +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