Commit 62d3ecf8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

print note about autoremove only after epm clean (with caution!)

parent 7c51b50b
......@@ -93,6 +93,6 @@ case $PMTYPE in
fatal "Have no suitable command for $PMTYPE"
;;
esac
info "It is recommend to run 'epm autoremove' also"
info "Note: Also you can try (with CAUTION) '# epm autoremove' and '# epm autoorphans' commands to remove obsoleted and unused packages."
}
......@@ -433,7 +433,6 @@ __switch_alt_to_distro()
esac
docmd epm clean
docmd epm update
info "Note: Also you can try '# epm autoremove' and '# epm autoorphans' commands to remove obsoleted and unused packages."
}
epm_release_upgrade()
......
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