From a4f48c6e2036f6636a786f85bbbd41f023230042 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 12 May 2010 23:33:36 +0200 Subject: system/gnome-vfs: Added to 12.2 repository --- system/gnome-vfs/doinst.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/gnome-vfs/doinst.sh (limited to 'system/gnome-vfs/doinst.sh') 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 + -- cgit v1.2.3