diff options
Diffstat (limited to 'metacity/post-install')
-rwxr-xr-x | metacity/post-install | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/metacity/post-install b/metacity/post-install index fcf1e50..b871e34 100755 --- a/metacity/post-install +++ b/metacity/post-install @@ -2,19 +2,10 @@ port=metacity -# 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/null -done - -# reload gconf caches -if [ ! -z "`pidof gconfd-2`" ] -then - killall -HUP gconfd-2 > /dev/null -fi +# desktop database +update-desktop-database -q # End of file |