diff --git a/meson.build b/meson.build index f82460e..6557624 100644 --- a/meson.build +++ b/meson.build @@ -126,3 +126,6 @@ if get_option('man-pages') endforeach endif endif + +# Run the postinstall script when installing +meson.add_install_script('build-aux/meson/postinstall.py')