Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 22, 2024
1 parent 32bda6c commit 40ceadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uppm-shim-pkgin
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package_name_transform_from_uppm_to_pkgin() {
golang) printf '%s\n' 'go' ;;
pkgconf) printf '%s\n' 'pkg-config';;
xsltproc) printf '%s\n' 'libxslt' ;;
grpc-plugins) ;;
*) printf '%s\n' "$1"
esac
}
Expand Down

0 comments on commit 40ceadb

Please sign in to comment.