From c8c10dff08f92c4966fd54ea93fac77b6de743c0 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 29 Jun 2022 22:38:11 +0200 Subject: [PATCH] Fix gschema not being compiled on install (#138) --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index f82460e..6557624 100644 --- a/meson.build +++ b/meson.build @@ -126,3 +126,6 @@ if get_option('man-pages') endforeach endif endif + +# Run the postinstall script when installing +meson.add_install_script('build-aux/meson/postinstall.py')