aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnome-vfs/gnome-vfs.post-upgrade
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-10 09:53:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-10 09:56:20 +0000
commite0bcf63051bb3bd1aec6b3a7bd16019e77bfb46d (patch)
treecf8116653f481c6ab0ed7d06f46fa71c288f6781 /main/gnome-vfs/gnome-vfs.post-upgrade
parent69551ca0b3b4d619e8c531ce3140c157c7e4fe1b (diff)
downloadaports-e0bcf63051bb3bd1aec6b3a7bd16019e77bfb46d.tar.bz2
aports-e0bcf63051bb3bd1aec6b3a7bd16019e77bfb46d.tar.xz
Revert "main/gnome-vfs: move to community"
We still have things in main that depends on gnome-vfs so we cannot move it. This reverts commit 4107dfd63c4af4544bce97991949572437645924.
Diffstat (limited to 'main/gnome-vfs/gnome-vfs.post-upgrade')
-rw-r--r--main/gnome-vfs/gnome-vfs.post-upgrade10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gnome-vfs/gnome-vfs.post-upgrade b/main/gnome-vfs/gnome-vfs.post-upgrade
new file mode 100644
index 0000000000..a636ef758f
--- /dev/null
+++ b/main/gnome-vfs/gnome-vfs.post-upgrade
@@ -0,0 +1,10 @@
+#!/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
+ SCHEMAS="$SCHEMAS /etc/gconf/schemas/$i"
+done
+
+echo "Installing gnome-vfs GConf2 schemas"
+
+GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
+ /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null