summaryrefslogtreecommitdiffstats
path: root/yelp/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-07 16:16:12 +0200
committerpiernov <piernov@piernov.org>2011-09-07 16:16:12 +0200
commit51d1f889a2636ba575c4b279265f708c924df014 (patch)
tree4fda378cf52a0b0378be5d66d3fabf5924662ba8 /yelp/post-install
parent25092fa32de8c90cee14b8c04d79c1327854f80a (diff)
downloadgnome3-51d1f889a2636ba575c4b279265f708c924df014.tar.gz
gnome3-51d1f889a2636ba575c4b279265f708c924df014.tar.bz2
gnome3-51d1f889a2636ba575c4b279265f708c924df014.tar.xz
gnome3-51d1f889a2636ba575c4b279265f708c924df014.zip
yelp 3.1.3-1 màj port
Diffstat (limited to 'yelp/post-install')
-rwxr-xr-xyelp/post-install18
1 files changed, 4 insertions, 14 deletions
diff --git a/yelp/post-install b/yelp/post-install
index da694bc..b98b5d8 100755
--- a/yelp/post-install
+++ b/yelp/post-install
@@ -1,24 +1,14 @@
#!/bin/sh
-GNOME_VERSION=
port=yelp
# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.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
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/$port/icons/hicolor
# desktop database
-update-desktop-database > /dev/null
+update-desktop-database -q
# End of file