summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-07-12 20:11:53 +0200
committerGuillem Jover <guillem@debian.org>2009-07-12 23:06:25 +0200
commit224f0285abc304bec059e6144778177c2eed06ee (patch)
tree98dca35a9c87521acc9e82ee1a7ae65e64c30a92 /dselect
parent6c6ec4a438f889e90f4741fd7780eb6626e933e1 (diff)
downloaddpkg-224f0285abc304bec059e6144778177c2eed06ee.tar.gz
Obsolete --forget-old-unavail
On parse mark not-installed leftover packages for automatic removal from the database on next dump. The states we consider for removal are want_purge, want_deinstall and want_hold. The latter being the ancient default for not-installed packages. This makes the --forget-old-unavail option not useful anymore, so switch it to be a no-op, and target it for future removal as obsolescent. Closes: #33394, #429262
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/methods/disk/update2
1 files changed, 0 insertions, 2 deletions
diff --git a/dselect/methods/disk/update b/dselect/methods/disk/update
index 9d917230a..0c7d2477e 100755
--- a/dselect/methods/disk/update
+++ b/dselect/methods/disk/update
@@ -83,8 +83,6 @@ do
esac
done
-dpkg --forget-old-unavail
-
echo -n 'Update OK. Hit RETURN. '
read response