summaryrefslogtreecommitdiffstats
path: root/system/gnome-vfs/doinst.sh
diff options
context:
space:
mode:
author Erik Hanson2010-05-12 23:33:36 +0200
committer Robby Workman2010-05-12 23:33:36 +0200
commita4f48c6e2036f6636a786f85bbbd41f023230042 (patch)
tree6c95906c03d174d0f3ca7497186161eaa33f2409 /system/gnome-vfs/doinst.sh
parentcecb7021603b703e03eec4537aa98c7b43140da5 (diff)
downloadslackbuilds-a4f48c6e2036f6636a786f85bbbd41f023230042.tar.gz
system/gnome-vfs: Added to 12.2 repository
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
+