summaryrefslogtreecommitdiffstats
path: root/system/gnome-vfs/doinst.sh
blob: ad6a9f1eadfd507f8bb77f4069862807e946510a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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