aboutsummaryrefslogtreecommitdiff
path: root/system/gnome-terminal/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/gnome-terminal/doinst.sh')
-rw-r--r--system/gnome-terminal/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/gnome-terminal/doinst.sh b/system/gnome-terminal/doinst.sh
index 7099757b97af7..e8dcf436cbedc 100644
--- a/system/gnome-terminal/doinst.sh
+++ b/system/gnome-terminal/doinst.sh
@@ -14,6 +14,16 @@ if [ -e usr/share/glib-2.0/schemas ]; then
fi
fi
+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 gnome-terminal.schemas
+
if [ -x usr/bin/rarian-sk-update ]; then
usr/bin/rarian-sk-update 1> /dev/null 2> /dev/null
fi