Commit 22b3b33d authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove: fix

parent c375c438
......@@ -260,7 +260,7 @@ epm_remove()
nodeps="--test"
APTOPTIONS="--simulate"
;;
*
*)
return
;;
esac
......@@ -268,6 +268,7 @@ epm_remove()
epm_remove_low $pkg_names && return
local STATUS=$?
# TODO: check if we need continue with hi level
if [ -n "$direct" ] ; then
return $STATUS
......
......@@ -4525,7 +4525,7 @@ epm_remove()
nodeps="--test"
APTOPTIONS="--simulate"
;;
*
*)
return
;;
esac
......@@ -4533,6 +4533,7 @@ epm_remove()
epm_remove_low $pkg_names && return
local STATUS=$?
# TODO: check if we need continue with hi level
if [ -n "$direct" ] ; then
return $STATUS
......
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