summaryrefslogtreecommitdiffstats
path: root/nautilus/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-30 13:04:37 +0200
committerpiernov <piernov@piernov.org>2011-08-30 13:04:37 +0200
commit870b6a50293c28923787e7832056a663b71ba89b (patch)
tree5d38de4c1291c89b4e0cd0359a4e4903b6dc3efb /nautilus/post-install
parent45750961dd9409f25093e0f2e3b22a21eeda5a65 (diff)
downloadgnome3-870b6a50293c28923787e7832056a663b71ba89b.tar.gz
gnome3-870b6a50293c28923787e7832056a663b71ba89b.tar.bz2
gnome3-870b6a50293c28923787e7832056a663b71ba89b.tar.xz
gnome3-870b6a50293c28923787e7832056a663b71ba89b.zip
nautilus 3.1.90-1 màj port
Diffstat (limited to 'nautilus/post-install')
-rwxr-xr-xnautilus/post-install21
1 files changed, 6 insertions, 15 deletions
diff --git a/nautilus/post-install b/nautilus/post-install
index 0e68fd5..55022eb 100755
--- a/nautilus/post-install
+++ b/nautilus/post-install
@@ -2,25 +2,16 @@
port=nautilus
-# 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=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
+# desktop database
+update-desktop-database -q
-# 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
# mime database
update-mime-database /usr/share/mime > /dev/null
-# desktop database
-update-desktop-database > /dev/null
-
# End of file