abinfo "Installing talosctl shell completions..."
"$PKGDIR"/usr/bin/talosctl completion bash | install -Dvm644 /dev/stdin \
	"$PKGDIR"/usr/share/bash-completion/completions/talosctl
"$PKGDIR"/usr/bin/talosctl completion zsh | install -Dvm644 /dev/stdin \
	"$PKGDIR"/usr/share/zsh/site-functions/_talosctl
"$PKGDIR"/usr/bin/talosctl completion fish | install -Dvm644 /dev/stdin \
	"$PKGDIR"/usr/share/fish/vendor_completions.d/talosctl.fish
