summaryrefslogtreecommitdiff
path: root/vendor/ubuntu
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-25 21:31:34 +0200
committerJulian Andres Klode <jak@debian.org>2025-10-25 22:16:54 +0200
commita3fca052ca21ad222ac7f2fdd7f3fe84b44beb60 (patch)
tree2a0bd97ee32e579cd70dc05fedd096c50871f78b /vendor/ubuntu
parent8cd4bd5f708b69d536395675da4fce18d7f9c3f3 (diff)
solver3: Allow removing manually installed packages
Diffstat (limited to 'vendor/ubuntu')
-rw-r--r--vendor/ubuntu/apt.conf-01-vendor-ubuntu4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
index cc7cb8356..30d25a717 100644
--- a/vendor/ubuntu/apt.conf-01-vendor-ubuntu
+++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
@@ -1,6 +1,2 @@
Acquire::Changelogs::AlwaysOnline "true";
Acquire::http::User-Agent-Non-Interactive "true";
-
-// Allow apt-get to remove manually installed packages for the
-// first phase.
-binary::apt-get::APT::Solver::RemoveManual "true";