summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:26 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:26 +0000
commitdb0c350f8f028b0afa153fe91106e6ef03a34aa0 (patch)
treef926944f9e9d4aaf9d742de66d837cbc52853068 /apt-pkg/deb/dpkgpm.h
parentfc2e44d2bda7faa0e7e412e5ee18e041ecfbd04e (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.h3
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);