summaryrefslogtreecommitdiff
path: root/apt-private/private-update.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-02-26 11:06:38 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-02-26 11:06:38 +0100
commita68702b6c16cec0c554a1718dee3731cc4fbfba9 (patch)
treed12598172dec00f3199154f78363c57eaa72a6ba /apt-private/private-update.cc
parent38eeaec814307aa0b6dc39ee9119235c13333acf (diff)
parentc3005277c395c7bcb81f470e3e0466e2fd3ab38e (diff)
Merge tag '1.8.0_rc4'
apt Debian release 1.8.0~rc4
Diffstat (limited to 'apt-private/private-update.cc')
-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;