summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-private/private-update.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc
index c9113ddd3..4d9d0775d 100644
--- a/apt-private/private-update.cc
+++ b/apt-private/private-update.cc
@@ -138,6 +138,8 @@ bool DoUpdate(CommandLine &CmdL)
c1out << _("All packages are up to date.") << std::endl;
else
ioprintf(c1out, msg, upgradable);
+
+ RunScripts("APT::Update-Post-Invoke-Stats");
}
return true;