mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
45fe925a1b
commit
2d4941f432
3 changed files with 22 additions and 11 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue