summaryrefslogtreecommitdiffstats
path: root/gnome-vfs/post-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-09-19 19:48:08 +0200
committertnut <tnut at nutyx dot com>2011-09-19 19:48:08 +0200
commit6d26f0861cb04a15755c84906c35d0c39bb3ab04 (patch)
tree8a02e1c3c0974ebe6cb661cf77203a65fa7434b9 /gnome-vfs/post-install
parent5d82d9f587994bfbc4f4c0640dc278a1ac5ba6b9 (diff)
parenta01e193bf279e1543fa1f44881d62c376981785f (diff)
downloadgnome3-6d26f0861cb04a15755c84906c35d0c39bb3ab04.tar.gz
gnome3-6d26f0861cb04a15755c84906c35d0c39bb3ab04.tar.bz2
gnome3-6d26f0861cb04a15755c84906c35d0c39bb3ab04.tar.xz
gnome3-6d26f0861cb04a15755c84906c35d0c39bb3ab04.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/gnome3
Diffstat (limited to 'gnome-vfs/post-install')
-rwxr-xr-xgnome-vfs/post-install20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome-vfs/post-install b/gnome-vfs/post-install
deleted file mode 100755
index 939b933..0000000
--- a/gnome-vfs/post-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-port=gnome-vfs
-
-# 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