summaryrefslogtreecommitdiffstats
path: root/extra/libgnome-keyring/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-04 22:00:04 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-04 22:00:04 +0200
commitb056399fdae2fd94e9b221fb1b02fa93b57256c9 (patch)
treee8917fb4b3d23c2b38d436244a51d8dbf2bb8f17 /extra/libgnome-keyring/post-install
parent1cf625dc5813c81996fdb07c3567b5740da08957 (diff)
parent5efcbbae8f2eeca0fa0760c8f4486398cb5166f3 (diff)
downloadnutyx-extra-b056399fdae2fd94e9b221fb1b02fa93b57256c9.tar.gz
nutyx-extra-b056399fdae2fd94e9b221fb1b02fa93b57256c9.tar.bz2
nutyx-extra-b056399fdae2fd94e9b221fb1b02fa93b57256c9.tar.xz
nutyx-extra-b056399fdae2fd94e9b221fb1b02fa93b57256c9.zip
Merge commit 'fredjo/master'
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