diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:26 +0000 |
commit | db0c350f8f028b0afa153fe91106e6ef03a34aa0 (patch) | |
tree | f926944f9e9d4aaf9d742de66d837cbc52853068 /apt-pkg/deb/dpkgpm.h | |
parent | fc2e44d2bda7faa0e7e412e5ee18e041ecfbd04e (diff) |
Joey Hess's patch
Author: jgg
Date: 1999-07-30 06:15:14 GMT
Joey Hess's patch
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index e8ffe7bb4..0cc32f731 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: dpkgpm.h,v 1.5 1999/07/09 04:11:34 jgg Exp $ +// $Id: dpkgpm.h,v 1.6 1999/07/30 06:15:14 jgg Exp $ /* ###################################################################### DPKG Package Manager - Provide an interface to dpkg @@ -35,6 +35,7 @@ class pkgDPkgPM : public pkgPackageManager // Helpers bool RunScripts(const char *Cnf); + bool RunScriptsWithPkgs(const char *Cnf); // The Actuall installation implementation virtual bool Install(PkgIterator Pkg,string File); |