From ff4f424cf0f4f736fcdb69409d6e3f2c8290ea66 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 29 Aug 2009 14:04:18 +0200 Subject: Ajout de gnome-vfs#2.24.1-1 --- extra/gnome-vfs/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 extra/gnome-vfs/post-install (limited to 'extra/gnome-vfs/post-install') diff --git a/extra/gnome-vfs/post-install b/extra/gnome-vfs/post-install new file mode 100755 index 000000000..519dc10e3 --- /dev/null +++ b/extra/gnome-vfs/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=gnome-vfs + +# gconf schemas +SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" + +for SCHEMA in $SCHEMAS +do + export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source` + $GNOME_PREFIX/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 + +# End of file -- cgit v1.2.3-70-g09d2