diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-07 18:48:47 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-07 18:48:47 +0100 |
commit | fa321bf3dbf363879cfc799b6c1cc4e5af50ffd8 (patch) | |
tree | 99b7519226389fa71c92bfddd810126fc3b6cfb6 /apt-pkg/deb/dpkgpm.h | |
parent | d7bab8f1142e474ac4bafd139e93439aeddfd546 (diff) | |
parent | 760d4968005c97f0d5fd6403633f367aac89c763 (diff) |
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index 83b3f95fc..3801d5625 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -65,7 +65,6 @@ class pkgDPkgPM : public pkgPackageManager vector<Item> List; // Helpers - bool RunScripts(const char *Cnf); bool RunScriptsWithPkgs(const char *Cnf); bool SendV2Pkgs(FILE *F); |