summaryrefslogtreecommitdiffstats
path: root/extra/libgnome-keyring/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-04 22:06:48 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-04 22:06:48 +0200
commitef5fc91dc1dadc5e1766bc687906a80d22e806ba (patch)
tree4604ed3461bc15e724bf6290f924fc9a96219a8b /extra/libgnome-keyring/post-install
parentb056399fdae2fd94e9b221fb1b02fa93b57256c9 (diff)
downloadnutyx-pakxe-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.gz
nutyx-pakxe-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.bz2
nutyx-pakxe-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.xz
nutyx-pakxe-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.zip
libgnome-keyring supprimé, doublon
Diffstat (limited to 'extra/libgnome-keyring/post-install')
-rwxr-xr-xextra/libgnome-keyring/post-install18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libgnome-keyring/post-install b/extra/libgnome-keyring/post-install
deleted file mode 100755
index ad98d8e49..000000000
--- a/extra/libgnome-keyring/post-install
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/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