Commit 9654fdcf authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo remove: fix false error when repo is only in sources.list

parent b968186a
...@@ -53,6 +53,8 @@ __epm_removerepo_apt() ...@@ -53,6 +53,8 @@ __epm_removerepo_apt()
# sources.list.d: comment lines instead of deleting # sources.list.d: comment lines instead of deleting
epm repo disable "^$repo" 2>/dev/null epm repo disable "^$repo" 2>/dev/null
return 0
} }
......
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