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