diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:01 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:01 +0000 |
commit | 61d6a8de486f2262acbb47cea24f5dae143be8d1 (patch) | |
tree | 936596f587018e12603cdb4ac1c5a2e517752b29 /cmdline | |
parent | 67a51bcc96e3e09528ce0b5841f93f511ed1e44f (diff) |
Remove is not sticky
Author: jgg
Date: 1999-10-27 04:38:27 GMT
Remove is not sticky
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index d7727c7d3..2448f5707 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.84 1999/10/24 06:03:48 jgg Exp $ +// $Id: apt-get.cc,v 1.85 1999/10/27 04:38:28 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -829,7 +829,8 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache, _error->Error("Package %s has no installation candidate",Pkg.Name()); return false; } - + + Fix.Clear(Pkg); Fix.Protect(Pkg); if (Remove == true) { |