summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2018-12-21 12:07:24 +0100
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2018-12-21 12:07:24 +0100
commit87a17952c775c51f6cf946ec8e3f43e06d847656 (patch)
treed4deeda649e2a2b6f80f6a0a6ccff02fddf46127 /meson.build
parent4db0f84815711079181dfbac647dc7b288b9b53e (diff)
downloadgsettings-desktop-schemas-87a17952c775c51f6cf946ec8e3f43e06d847656.tar.gz
Convert post-install script to python
This way it can be used on windows as well
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 057c569..ff08594 100644
--- a/meson.build
+++ b/meson.build
@@ -41,6 +41,6 @@ subdir('headers')
subdir('schemas')
subdir('po')
-# Keep this in sync with post-install.sh expected arguments
-meson.add_install_script('build-aux/meson/post-install.sh',
+# Keep this in sync with post-install.py expected arguments
+meson.add_install_script('build-aux/meson/post-install.py',
datadir)