diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 09:53:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 09:56:20 +0000 |
commit | e0bcf63051bb3bd1aec6b3a7bd16019e77bfb46d (patch) | |
tree | cf8116653f481c6ab0ed7d06f46fa71c288f6781 /main/gnome-vfs/gnome-vfs.post-install | |
parent | 69551ca0b3b4d619e8c531ce3140c157c7e4fe1b (diff) | |
download | aports-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-install')
-rw-r--r-- | main/gnome-vfs/gnome-vfs.post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gnome-vfs/gnome-vfs.post-install b/main/gnome-vfs/gnome-vfs.post-install new file mode 100644 index 0000000000..a636ef758f --- /dev/null +++ b/main/gnome-vfs/gnome-vfs.post-install @@ -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 |