2021-12-30 11:49:23 -06:00
|
|
|
if get_option('bash-completions')
|
2021-09-07 12:45:53 -05:00
|
|
|
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 11:49:23 -06:00
|
|
|
endif
|