From 870b6a50293c28923787e7832056a663b71ba89b Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 30 Aug 2011 13:04:37 +0200 Subject: nautilus 3.1.90-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nautilus/post-install | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'nautilus/post-install') 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 -- cgit v1.2.3-54-g00ecf