From 100ce64d47b08df46330188cfd7f461709476c1a Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 12 May 2010 23:30:30 +0200 Subject: libraries/libgnome: Added to 12.2 repository --- libraries/libgnome/doinst.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libraries/libgnome/doinst.sh (limited to 'libraries/libgnome/doinst.sh') diff --git a/libraries/libgnome/doinst.sh b/libraries/libgnome/doinst.sh new file mode 100644 index 0000000000..94b5d6a2f7 --- /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 -- cgit v1.2.3