diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 23:30:30 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:30 +0200 |
commit | 100ce64d47b08df46330188cfd7f461709476c1a (patch) | |
tree | 511a5fafbfbfc09c3aedb29ecfbe63982b652522 /libraries/libgnome/doinst.sh | |
parent | add74f2254e14d9fbe933646738bf93872b69290 (diff) |
libraries/libgnome: Added to 12.2 repository
Diffstat (limited to 'libraries/libgnome/doinst.sh')
-rw-r--r-- | libraries/libgnome/doinst.sh | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/libgnome/doinst.sh b/libraries/libgnome/doinst.sh new file mode 100644 index 000000000000..94b5d6a2f74b --- /dev/null +++ b/libraries/libgnome/doinst.sh @@ -0,0 +1,26 @@ +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_gnome_accessibility_keyboard.schemas +schema_install desktop_gnome_accessibility_startup.schemas +schema_install desktop_gnome_applications_at_mobility.schemas +schema_install desktop_gnome_applications_at_visual.schemas +schema_install desktop_gnome_applications_browser.schemas +schema_install desktop_gnome_applications_office.schemas +schema_install desktop_gnome_applications_terminal.schemas +schema_install desktop_gnome_applications_window_manager.schemas +schema_install desktop_gnome_background.schemas +schema_install desktop_gnome_file_views.schemas +schema_install desktop_gnome_interface.schemas +schema_install desktop_gnome_lockdown.schemas +schema_install desktop_gnome_peripherals_keyboard.schemas +schema_install desktop_gnome_peripherals_mouse.schemas +schema_install desktop_gnome_sound.schemas +schema_install desktop_gnome_thumbnail_cache.schemas +schema_install desktop_gnome_thumbnailers.schemas +schema_install desktop_gnome_typing_break.schemas |