summaryrefslogtreecommitdiffstats
path: root/gnome-applets/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-applets/post-install')
-rwxr-xr-xgnome-applets/post-install17
1 files changed, 4 insertions, 13 deletions
diff --git a/gnome-applets/post-install b/gnome-applets/post-install
index 9a6e15e..1c584fa 100755
--- a/gnome-applets/post-install
+++ b/gnome-applets/post-install
@@ -3,19 +3,7 @@
port=gnome-applets
# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
-
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
- /usr/bin/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
+/usr/sbin/gconfpkg --install $port
# scrolls
SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
@@ -28,4 +16,7 @@ done
# desktop database
update-desktop-database > /dev/null
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
# End of file