~ubuntu-core-dev/apt/ubuntu

« back to all changes in this revision

Viewing changes to apt-pkg/deb/dpkgpm.cc

* merged the apt-breaks-iwj branch
* pulled in the other remaining ubuntu changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
         case Item::Install:
475
475
         Args[n++] = "--unpack";
476
476
         Size += strlen(Args[n-1]);
 
477
         Args[n++] = "--auto-deconfigure";
 
478
         Size += strlen(Args[n-1]);
477
479
         break;
478
480
      }
479
481