From e6b51fdc842799e6e6ab67e2392d450fa068ab20 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 8 Jun 2010 13:42:33 +0200 Subject: gnome-keyring dans gnome --- gnome/gnome-keyring/post-install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 gnome/gnome-keyring/post-install (limited to 'gnome/gnome-keyring/post-install') diff --git a/gnome/gnome-keyring/post-install b/gnome/gnome-keyring/post-install new file mode 100755 index 000000000..8370ad96e --- /dev/null +++ b/gnome/gnome-keyring/post-install @@ -0,0 +1,18 @@ +#!/bin/sh +port=gnome-keyring +# 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 + +# End of file -- cgit v1.2.3-70-g09d2