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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')