diff options
Diffstat (limited to 'gnome-settings-daemon/post-install')
-rwxr-xr-x | gnome-settings-daemon/post-install | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gnome-settings-daemon/post-install b/gnome-settings-daemon/post-install index 0a69fba..eb47d87 100755 --- a/gnome-settings-daemon/post-install +++ b/gnome-settings-daemon/post-install @@ -2,19 +2,10 @@ port=gnome-settings-daemon -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/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/nul -done - -# reload gconf caches -if [ ! -z "`pidof gconfd-2`" ] -then - killall -HUP gconfd-2 > /dev/null -fi +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor # End of file |