summaryrefslogtreecommitdiffstats
path: root/gnome-games/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-games/post-install')
-rwxr-xr-xgnome-games/post-install20
1 files changed, 7 insertions, 13 deletions
diff --git a/gnome-games/post-install b/gnome-games/post-install
index c2c52c5..d1a6eb4 100755
--- a/gnome-games/post-install
+++ b/gnome-games/post-install
@@ -3,19 +3,10 @@
port=gnome-games
# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
+/usr/sbin/gconfpkg --install $port
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
-
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
# scrolls
SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
@@ -26,6 +17,9 @@ do
done
# desktop database
-update-desktop-database > /dev/null
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
# End of file