build: Use python postinstall script

This is what most GNOME modules now use instead of a shell script,
which makes sense given that the build system itself is written
in python.

This particular copy comes from nautilus ...

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/920
This commit is contained in:
Florian Müllner 2019-12-03 23:45:41 +01:00
parent 45fe925a1b
commit 2d4941f432
3 changed files with 22 additions and 11 deletions

View file

@ -266,4 +266,4 @@ if get_option('gtk_doc')
subdir('docs/reference')
endif
meson.add_install_script('meson/meson-postinstall.sh')
meson.add_install_script('meson/postinstall.py')