From 07769d48d1e7ddc4c4d80686b7f621d9c3de8992 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 15 Jan 2010 10:09:59 +0000 Subject: [PATCH] Update gtk Icon cache git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_gnome-icon@5088 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tmp/postinstall 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