From 7a4e2edee404d5372a90fa2dc6f66b4f06474512 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 25 Jul 2011 01:35:25 +0200 Subject: ekiga 3.3.1 correction port --- ekiga/post-install | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'ekiga/post-install') diff --git a/ekiga/post-install b/ekiga/post-install index df2fc11..3f8dc5a 100755 --- a/ekiga/post-install +++ b/ekiga/post-install @@ -3,19 +3,7 @@ port=ekiga # 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 +/usr/sbin/gconfpkg --install $port # scrolls SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" @@ -28,4 +16,7 @@ done # desktop database update-desktop-database > /dev/null +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + # End of file -- cgit v1.2.3-70-g09d2