From 3314dc89612c982bcb69f1d74bbf03134d1059bf Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 15 Aug 2011 23:52:27 +0200 Subject: eog 3.1.5-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eog/post-install | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'eog/post-install') diff --git a/eog/post-install b/eog/post-install index 1760b17..34439ee 100755 --- a/eog/post-install +++ b/eog/post-install @@ -2,30 +2,13 @@ port=eog -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" - -for SCHEMA in $SCHEMAS -do - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - 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 - -# scrolls -SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" - -for SCROLL in $SCROLLS -do - scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas # desktop database -update-desktop-database > /dev/null +update-desktop-database -q + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor # End of file -- cgit v1.2.3-54-g00ecf