summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-09-21 21:18:39 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-09-21 22:02:13 +0100
commitbe351769305e4186ac52533d6ae19e21bc5d1428 (patch)
tree420ed5491f8b96065e76ab5e057ab51f91ab24bb /meson.build
parent31d30a5c5fb1c2b4921cf7c8e37dcf4ad92d612d (diff)
downloadgnome-dictionary-be351769305e4186ac52533d6ae19e21bc5d1428.tar.gz
Use a Python post-install script
Instead of a shell script. We know we're going to have Python at install time.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 81aa1c1..9a3d52d 100644
--- a/meson.build
+++ b/meson.build
@@ -141,4 +141,4 @@ subdir('data')
subdir('help')
# Post-installation trigger
-meson.add_install_script ('build-aux/meson/post-install.sh')
+meson.add_install_script ('build-aux/meson/post-install.py')