From 4d1f82a131b021d6245b4625f5174f7cebc7c135 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Tue, 12 Oct 2021 09:03:03 +0200 Subject: [setup_target] Compile Gsettings schemas in a target's post process --- core/bin/setup_target | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/bin/setup_target b/core/bin/setup_target index 5fea1359..5ad316b4 100755 --- a/core/bin/setup_target +++ b/core/bin/setup_target @@ -637,6 +637,9 @@ post_process_target() { [ -z "$MLTK_DEBUG" ] && rm -f -- "$RSYNC_EXCLUDE_LIST" + # compile Gsettings schema files + "${RSYNC_DEST}/usr/bin/glib-compile-schemas" "${RSYNC_DEST}/usr/share/glib-2.0/schemas/" + # finish by running ldconfig for the running system (when processing non-addons). if [ ! -e "${TARGET_DIR}/.addon" ]; then ldconfig -v -- cgit v1.2.3-55-g7522