File: meson.build

package info (click to toggle)
openrc 0.63-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,412 kB
  • sloc: ansic: 16,255; sh: 2,225; perl: 28; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
if get_option('bash-completions')
bash_completions = [
  'openrc',
  'rc-service',
  'rc-status',
  'rc-update',
  ]

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