shell-completion: add missing completions to meson.build

Completions for systemd-id128 and homectl have been available for a
while, but weren’t being installed.
This commit is contained in:
Lucas Werkmeister 2020-10-04 15:39:24 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 12bab3579f
commit 7c57a030e0
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if bashcompletiondir != 'no'
['systemd-cgtop', ''],
['systemd-delta', ''],
['systemd-detect-virt', ''],
['systemd-id128', ''],
['systemd-nspawn', ''],
['systemd-path', ''],
['systemd-run', ''],
@ -32,6 +33,7 @@ if bashcompletiondir != 'no'
[bash_systemctl, ''],
['bootctl', 'ENABLE_EFI'],
['coredumpctl', 'ENABLE_COREDUMP'],
['homectl', 'ENABLE_HOMED'],
['hostnamectl', 'ENABLE_HOSTNAMED'],
['localectl', 'ENABLE_LOCALED'],
['loginctl', 'ENABLE_LOGIND'],