summaryrefslogtreecommitdiff
path: root/system/gnome-terminal/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-11 17:00:04 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-13 09:17:44 +0700
commit464b9460946d38269b33647d2592efc3f221666f (patch)
tree33c29d4d2ae9cabe1795af40fa78523a49562075 /system/gnome-terminal/doinst.sh
parentc1afd7a7426069a8908ad23aeaae0b9b2ef225ae (diff)
downloadslackbuilds-464b9460946d38269b33647d2592efc3f221666f.tar.gz
system/gnome-terminal: Updated for version 2.33.5.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7099757b97..e8dcf436cb 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