Commit c54df9fc authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm status --third-party: fix on rosa and mos (eterbug #17860)

parent 526cfb90
...@@ -274,7 +274,7 @@ epm_status_thirdparty() ...@@ -274,7 +274,7 @@ epm_status_thirdparty()
echo "$distribution" | grep -q "^EEPM" && return 1 echo "$distribution" | grep -q "^EEPM" && return 1
return 0 return 0
;; ;;
rosafresh|mos) rosa*|mos)
epm_status_validate $pkg || return 1 epm_status_validate $pkg || return 1
echo "$distribution" | grep -q "^ROSA" && return 1 echo "$distribution" | grep -q "^ROSA" && return 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment