Commit a0f2a159 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm dedup: fix rpm -e remove for common removing

parent b575481d
...@@ -43,7 +43,7 @@ try_fix_apt_rpm_dupls() ...@@ -43,7 +43,7 @@ try_fix_apt_rpm_dupls()
[ "$(rpmevrcmp "$todel" "$todel2")" = "1" ] && todel="$todel2" [ "$(rpmevrcmp "$todel" "$todel2")" = "1" ] && todel="$todel2"
sudocmd rpm -e "$todel" || TODEL="$TODEL $todel" sudocmd rpm -e "$todel" || TODEL="$TODEL $todel"
done done
[ -n "$TODEL" ] && sudocmd rpm -e "$TODEL" [ -n "$TODEL" ] && sudocmd rpm -e $TODEL
[ -n "$has_testpkg" ] && epm install $TESTPKG [ -n "$has_testpkg" ] && epm install $TESTPKG
} }
......
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