summaryrefslogtreecommitdiffstats
path: root/xfce/evince/post-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-22 15:57:17 +0200
committertnut <tnut at nutyx dot com>2011-05-22 15:57:17 +0200
commit4a39d7a5b8b0b3eba8ac30cd559f64fc34a3c0a9 (patch)
treeafbd2d924f81fdf82c25477c36ed5ac2997a4804 /xfce/evince/post-install
parent44b85245c74b0eb7f51bc79c766cf7b6fcfde845 (diff)
downloadnutyx-pakxe-4a39d7a5b8b0b3eba8ac30cd559f64fc34a3c0a9.tar.gz
nutyx-pakxe-4a39d7a5b8b0b3eba8ac30cd559f64fc34a3c0a9.tar.bz2
nutyx-pakxe-4a39d7a5b8b0b3eba8ac30cd559f64fc34a3c0a9.tar.xz
nutyx-pakxe-4a39d7a5b8b0b3eba8ac30cd559f64fc34a3c0a9.zip
evince, maj 2.32.0-2
Diffstat (limited to 'xfce/evince/post-install')
-rwxr-xr-xxfce/evince/post-install22
1 files changed, 3 insertions, 19 deletions
diff --git a/xfce/evince/post-install b/xfce/evince/post-install
index 6548baf76..d37eef830 100755
--- a/xfce/evince/post-install
+++ b/xfce/evince/post-install
@@ -1,23 +1,7 @@
#!/bin/sh
-
-port=evince
-
-# 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
-
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
# desktop database
update-desktop-database > /dev/null
-
+# update icons cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
# End of file