aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-vfs/gnome-vfs.post-upgrade
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-22 21:53:42 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-22 21:53:42 -0600
commit1aca78dc34fa7b699a9a08a4be196ef5a3440710 (patch)
treef176a035d40135f11eabbf78717e7609c508afbe /testing/gnome-vfs/gnome-vfs.post-upgrade
parenta97a6cdd2e3624727288104b9693b51887fe5607 (diff)
downloadaports-1aca78dc34fa7b699a9a08a4be196ef5a3440710.tar.bz2
aports-1aca78dc34fa7b699a9a08a4be196ef5a3440710.tar.xz
testing/gnome-vfs: new aport
Diffstat (limited to 'testing/gnome-vfs/gnome-vfs.post-upgrade')
-rw-r--r--testing/gnome-vfs/gnome-vfs.post-upgrade7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/gnome-vfs/gnome-vfs.post-upgrade b/testing/gnome-vfs/gnome-vfs.post-upgrade
new file mode 100644
index 0000000000..00ff29a655
--- /dev/null
+++ b/testing/gnome-vfs/gnome-vfs.post-upgrade
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.schemas; do
+ echo "Installing GConf2 schema $i."
+ GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
+ /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i > /dev/null
+done