Skip to content

Commit

Permalink
Meson: use gnome.post_install (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Sep 23, 2024
1 parent f22df5a commit b7e3b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ subdir('data')
subdir('src')
subdir('po')

meson.add_install_script('meson/post_install.py')
gnome.post_install(
glib_compile_schemas: true,
update_desktop_database: true
)
10 changes: 0 additions & 10 deletions meson/post_install.py

This file was deleted.

0 comments on commit b7e3b72

Please sign in to comment.