From 38e7d6867f874db7154cc863c8cabece1c6d23c2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 25 Jan 2017 20:32:31 +0900 Subject: Added integration commands for the platform and SDK --- gnome-platform.bst | 4 ++++ gnome-sdk.bst | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gnome-platform.bst b/gnome-platform.bst index 4d546c3a..caeb958e 100644 --- a/gnome-platform.bst +++ b/gnome-platform.bst @@ -8,3 +8,7 @@ sources: ref: b8cefee73336be957b195a797c454808307ff853f811771d5e577f071b5540e4 config: source: files +public: + bst: + integration-commands: + - ldconfig diff --git a/gnome-sdk.bst b/gnome-sdk.bst index b40be4e6..6d990831 100644 --- a/gnome-sdk.bst +++ b/gnome-sdk.bst @@ -9,3 +9,10 @@ sources: config: source: files target: usr +public: + bst: + integration-commands: + - | + if [ -d "/app/share/glib-2.0/schemas" ]; then + glib-compile-schemas /app/share/glib-2.0/schemas + fi -- cgit v1.2.1