From a585ade25201be85437f8732698a4a882fc62235 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 28 Aug 2009 12:05:36 +0200 Subject: Ajout de libgsf#1.14.8-2 --- extra/libgsf/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 extra/libgsf/post-install (limited to 'extra/libgsf/post-install') diff --git a/extra/libgsf/post-install b/extra/libgsf/post-install new file mode 100755 index 000000000..282f95973 --- /dev/null +++ b/extra/libgsf/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=libgsf + +# 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-54-g00ecf