summaryrefslogtreecommitdiffstats
path: root/system/gnome-vfs/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/gnome-vfs/doinst.sh')
-rw-r--r--system/gnome-vfs/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/gnome-vfs/doinst.sh b/system/gnome-vfs/doinst.sh
new file mode 100644
index 0000000000..ad6a9f1ead
--- /dev/null
+++ b/system/gnome-vfs/doinst.sh
@@ -0,0 +1,14 @@
+schema_install() {
+ SCHEMA="$1"
+ GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
+ chroot . gconftool-2 --makefile-install-rule \
+ /etc/gconf/schemas/$SCHEMA \
+ 1>/dev/null
+}
+
+schema_install desktop_default_applications.schemas
+schema_install desktop_gnome_url_handlers.schemas
+schema_install system_dns_sd.schemas
+schema_install system_http_proxy.schemas
+schema_install system_smb.schemas
+