summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/deb/dpkgpm.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index af288b640..c1a9f6f68 100644
--- a/apt-pkg/deb/dpkgpm.cc
+++ b/apt-pkg/deb/dpkgpm.cc
@@ -1851,9 +1851,6 @@ bool pkgDPkgPM::Go(APT::Progress::PackageManager *progress)
case Item::Install:
Args.push_back("--unpack");
Args.push_back("--auto-deconfigure");
- // dpkg < 1.20.8 needs --force-remove-protected to deconfigure protected packages
- if (dpkgProtectedField)
- Args.push_back("--force-remove-protected");
break;
}