Fix gschema not being compiled on install (#138)

This commit is contained in:
Erik Reider
2022-06-29 22:38:11 +02:00
committed by GitHub
parent 6a849e895d
commit c8c10dff08

View File

@@ -126,3 +126,6 @@ if get_option('man-pages')
endforeach endforeach
endif endif
endif endif
# Run the postinstall script when installing
meson.add_install_script('build-aux/meson/postinstall.py')