From 2055011a19433a17982240c13a681fc5e4e3acd7 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 Apr 2024 18:43:38 +0300 Subject: [PATCH] shell-completions: install new completions which were forgotten Signed-off-by: Arthur Zamarin --- shell-completion/bash/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 1588b538d81..16307fe3261 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -35,6 +35,7 @@ items = [['busctl', ''], ['coredumpctl', 'ENABLE_COREDUMP'], ['homectl', 'ENABLE_HOMED'], ['hostnamectl', 'ENABLE_HOSTNAMED'], + ['importctl', 'ENABLE_IMPORTD'], ['kernel-install', 'ENABLE_KERNEL_INSTALL'], ['localectl', 'ENABLE_LOCALED'], ['loginctl', 'ENABLE_LOGIND'], @@ -44,6 +45,7 @@ items = [['busctl', ''], ['portablectl', 'ENABLE_PORTABLED'], ['resolvectl', 'ENABLE_RESOLVE'], ['systemd-cryptenroll', 'HAVE_LIBCRYPTSETUP'], + ['systemd-confext', 'ENABLE_SYSEXT'], ['systemd-dissect', 'HAVE_BLKID'], ['systemd-resolve', 'ENABLE_RESOLVE'], ['systemd-sysext', 'ENABLE_SYSEXT'], -- 2.47.3