@@ -, +, @@ --- apt-pkg/rpm/rpmpm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/apt-pkg/rpm/rpmpm.cc +++ a/apt-pkg/rpm/rpmpm.cc @@ -679,7 +679,7 @@ bool pkgRPMExtPM::ExecRPM(Item::RPMOps op, const std::vector &files) return _error->Error(_("Sub-process %s exited unexpectedly"),Args[0]); } - if (quiet <= 2) + if (Interactive == true) cout << _("Done.") << endl; return true; @@ -1006,7 +1006,7 @@ bool pkgRPMLibPM::Process(const std::vector &install, _error->Error(_("Some errors occurred while running transaction")); } else { Success = true; - if (quiet <= 2) + if (Interactive == true) cout << _("Done.") << endl; } rpmpsFree(probs); --