summaryrefslogtreecommitdiffstats
path: root/libgsf/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-28 20:58:13 +0200
committerpiernov <piernov@piernov.org>2011-09-28 20:58:13 +0200
commit8a9e24f4742a3c4748c8e51466b1d42186a61c60 (patch)
tree44ad47e44061d190848df3f80a456fec47116a73 /libgsf/post-install
parentc5c0cd1a394315735ca6e9ad05281bf9e3af2a13 (diff)
downloadgnome3-8a9e24f4742a3c4748c8e51466b1d42186a61c60.tar.gz
gnome3-8a9e24f4742a3c4748c8e51466b1d42186a61c60.tar.bz2
gnome3-8a9e24f4742a3c4748c8e51466b1d42186a61c60.tar.xz
gnome3-8a9e24f4742a3c4748c8e51466b1d42186a61c60.zip
libgsf dans extra
Diffstat (limited to 'libgsf/post-install')
-rwxr-xr-xlibgsf/post-install20
1 files changed, 0 insertions, 20 deletions
diff --git a/libgsf/post-install b/libgsf/post-install
deleted file mode 100755
index 4aa28f2..0000000
--- a/libgsf/post-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-port=libgsf
-
-# 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