build: install bash and zsh completions
This commit is contained in:
10
bash-completion/meson.build
Normal file
10
bash-completion/meson.build
Normal file
@ -0,0 +1,10 @@
|
||||
bash_completions = [
|
||||
'openrc',
|
||||
'openrc-service-script',
|
||||
'rc-service',
|
||||
'rc-status',
|
||||
'rc-update',
|
||||
]
|
||||
|
||||
install_data(bash_completions,
|
||||
install_dir : get_option('datadir') / 'bash-completion/completions')
|
Reference in New Issue
Block a user