diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-17 07:47:15 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-17 07:47:15 +0200 |
commit | c420fe0096985234e861aaafc2b9908b6259a1bb (patch) | |
tree | 3f1a390ba272a3c16025b3b3a902f66a84d0ce7d /apt-pkg/deb/dpkgpm.h | |
parent | 3d22a7fddc53b1b76d8961b10e4151ada46c4658 (diff) |
fix broken clean when apt was finished and ensure that terminal progress is updated when a new dpkg-loop is entered in dpkgpm.cc
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index 3b8d36623..1a58e1af5 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -87,6 +87,7 @@ class pkgDPkgPM : public pkgPackageManager // Terminal progress void SetupTerminalScrollArea(int nr_scrolled_rows); void SendTerminalProgress(float percentage); + void CleanupTerminal(); // apport integration void WriteApportReport(const char *pkgpath, const char *errormsg); |