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

@ -62,7 +62,7 @@ profile cupsd @{exec_path} flags=(attach_disconnected) {
@{bin}/chmod rix, @{bin}/chmod rix,
@{bin}/cp rix, @{bin}/cp rix,
@{bin}/{,e}grep rix, @{bin}/{,e}grep rix,
@{bin}/gs rix, @{bin}/gs{,.bin} rix,
@{bin}/gsc rix, @{bin}/gsc rix,
@{bin}/hostname rix, @{bin}/hostname rix,
@{bin}/ippfind rix, @{bin}/ippfind rix,

View file

@ -41,7 +41,7 @@ profile kioworker @{exec_path} {
@{lib}/libheif/*.so* rm, @{lib}/libheif/*.so* rm,
@{bin}/wrestool rPUx, @{bin}/wrestool rPUx,
@{bin}/gs rix, @{bin}/gs{,.bin} rix,
#aa:exec kio_http_cache_cleaner #aa:exec kio_http_cache_cleaner

View file

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