aboutsummaryrefslogtreecommitdiff
path: root/bash-completion/meson.build
blob: fab42720bfed2df3c9e1ddb36ec76145129971e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if get_option('bash-completions')
bash_completions = [
  'openrc',
  'openrc-service-script',
  'rc-service',
  'rc-status',
  'rc-update',
  ]

install_data(bash_completions,
  install_dir : get_option('datadir') / 'bash-completion/completions')
endif