Commit c710672f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm remove: fix remove status

parent bb1cb7e6
......@@ -33,7 +33,8 @@ epm_remove_low()
*-rpm)
cd /tmp || fatal
sudocmd rpm -ev $nodeps $@
cd - >/dev/null
# keep status
#cd - >/dev/null
return ;;
*-dpkg|-dpkg)
# shellcheck disable=SC2046
......
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