meson: tools: install bash-completion files

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
Pavel Hrdina
2020-06-18 01:53:04 +02:00
parent 5c65e0d9ca
commit 37423c6892
3 changed files with 17 additions and 25 deletions

View File

@@ -286,3 +286,7 @@ if init_script == 'systemd'
install_dir: prefix / 'lib' / 'systemd' / 'system',
)
endif
if bash_completion_dep.found()
subdir('bash-completion')
endif