diff options
-rw-r--r-- | apt-private/private-update.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc index a886c830f..0b6078871 100644 --- a/apt-private/private-update.cc +++ b/apt-private/private-update.cc @@ -99,6 +99,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; |