From a6a56d5a6058dc21493249eacd7454ec841649b5 Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 3 Jan 2011 10:48:06 +0000 Subject: [PATCH] Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_gnome-icon@5933 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