Add support for meson build system
[tinc] / bash_completion.d / meson.build
1 dir_compl = dir_data / 'bash-completion' / 'completions'
2
3 install_data(
4   'tinc',
5   install_dir: dir_compl,
6 )
7