summaryrefslogtreecommitdiffstats
path: root/epiphany/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-25 12:12:47 +0200
committerpiernov <piernov@piernov.org>2011-07-25 12:12:47 +0200
commit80d3503428b878dc9faa323f536db87638664bf2 (patch)
treeeecfd404b9bba3a4f3be3a20f24f520d6741321c /epiphany/post-install
parentb32a290b4ab86a437f9f0b72c1e2664f57fd806f (diff)
downloadgnome3-80d3503428b878dc9faa323f536db87638664bf2.tar.gz
gnome3-80d3503428b878dc9faa323f536db87638664bf2.tar.bz2
gnome3-80d3503428b878dc9faa323f536db87638664bf2.tar.xz
gnome3-80d3503428b878dc9faa323f536db87638664bf2.zip
epiphany 3.1.3 correction post-install+màj footprint
Diffstat (limited to 'epiphany/post-install')
-rw-r--r--epiphany/post-install17
1 files changed, 4 insertions, 13 deletions
diff --git a/epiphany/post-install b/epiphany/post-install
index e70a286..c73b17f 100644
--- a/epiphany/post-install
+++ b/epiphany/post-install
@@ -3,19 +3,7 @@
port=epiphany
# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.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
+glib-compile-schemas /usr/share/glib-2.0/schemas
# scrolls
SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
@@ -28,6 +16,9 @@ done
# desktop database
update-desktop-database > /dev/null
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
# End of file