summaryrefslogtreecommitdiffstats
path: root/extra/libgnome-keyring/post-install
diff options
context:
space:
mode:
authorfred <fred@nutyx.(none)>2010-04-04 19:34:10 +0200
committerfred <fred@nutyx.(none)>2010-04-04 19:34:10 +0200
commit00f616573f0ef495e92becb656884d69862b412a (patch)
tree834221c8ea60ba259cd2d8a2cd1661d016955559 /extra/libgnome-keyring/post-install
parentd8d7c9d125300fc809006a7de59ff5a3b53a6675 (diff)
downloadnutyx-pakxe-00f616573f0ef495e92becb656884d69862b412a.tar.gz
nutyx-pakxe-00f616573f0ef495e92becb656884d69862b412a.tar.bz2
nutyx-pakxe-00f616573f0ef495e92becb656884d69862b412a.tar.xz
nutyx-pakxe-00f616573f0ef495e92becb656884d69862b412a.zip
Ajout de libgnome-keyring#2.30.0
Diffstat (limited to 'extra/libgnome-keyring/post-install')
-rwxr-xr-xextra/libgnome-keyring/post-install18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libgnome-keyring/post-install b/extra/libgnome-keyring/post-install
new file mode 100755
index 000000000..ad98d8e49
--- /dev/null
+++ b/extra/libgnome-keyring/post-install
@@ -0,0 +1,18 @@
+#!/bin/sh
+port=libgnome-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