parent
4771e56d88
commit
5fe9e0ee9e
3 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue