feat(profile): support for Tumbleweed gs path.

see  #828
This commit is contained in:
Alexandre Pujol 2025-09-07 19:52:40 +02:00
parent 4771e56d88
commit 5fe9e0ee9e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 2 deletions

View file

@ -221,6 +221,7 @@ declare -A EQUIVALENTS=(
["awk"]="{m,g,}awk"
["gawk"]="{m,g,}awk"
["grep"]="{,e}grep"
["gs"]="gs{,.bin}"
["which"]="which{,.debianutils}"
)
_check_equivalent() {