abinfo "Installing shell completions ..."
mkdir -pv "$PKGDIR"/usr/share/bash-completion/completions/
mkdir -pv "$PKGDIR"/usr/share/fish/vendor_completions.d/
mkdir -pv "$PKGDIR"/usr/share/zsh/site-functions/
"$PKGDIR"/usr/bin/vhs completion bash > "$PKGDIR"/usr/share/bash-completion/completions/vhs
"$PKGDIR"/usr/bin/vhs completion zsh > "$PKGDIR"/usr/share/zsh/site-functions/vhs
"$PKGDIR"/usr/bin/vhs completion fish > "$PKGDIR"/usr/share/fish/vendor_completions.d/vhs.fish
