2021-12-30 23:19:23 +05:30
|
|
|
if get_option('bash-completions')
|
2021-09-07 23:15:53 +05:30
|
|
|
bash_completions = [
|
|
|
|
'openrc',
|
|
|
|
'openrc-service-script',
|
|
|
|
'rc-service',
|
|
|
|
'rc-status',
|
|
|
|
'rc-update',
|
|
|
|
]
|
|
|
|
|
|
|
|
install_data(bash_completions,
|
|
|
|
install_dir : get_option('datadir') / 'bash-completion/completions')
|
2021-12-30 23:19:23 +05:30
|
|
|
endif
|