commit a6a56d5a6058dc21493249eacd7454ec841649b5 Author: kueller Date: Mon Jan 3 10:48:06 2011 +0000 Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_gnome-icon@5933 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100644 index 0000000..d99f570 --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,14 @@ +#!/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