diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 17e41bd..1a6f1d2 100644 --- a/meson.build +++ b/meson.build @@ -57,3 +57,5 @@ subdir('po') if get_option('tests') subdir('test') endif + +meson.add_install_script('meson-postinstall.sh') |