From eb776e2eaf1fada5d8c1f4c7781342f25811a2a3 Mon Sep 17 00:00:00 2001 From: Kreato Date: Thu, 13 Jun 2024 08:14:47 +0300 Subject: [PATCH] json-glib: add postinstall to compile schemas --- json-glib/run | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json-glib/run b/json-glib/run index c08f8429..a41f342f 100644 --- a/json-glib/run +++ b/json-glib/run @@ -19,3 +19,7 @@ build() { package() { DESTDIR="$ROOT" ninja -C build install } + +postinstall() { + glib-compile-schemas /usr/share/glib-2.0/schemas +}