Skip to content
Snippets Groups Projects
Commit 1388c366 authored by Holger Levsen's avatar Holger Levsen
Browse files

chroot-installs: drop outdated unnoticed notice

parent 2fa8b240
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2012-2023 Holger Levsen <holger@layer-acht.org>
# Copyright 2012-2024 Holger Levsen <holger@layer-acht.org>
# 2018-2023 Mattia Rizzolo <mattia@debian.org>
# released under the GPLv2
......@@ -459,10 +459,6 @@ if [ "$DISTRO" = "sid" ] ; then
echo "Warning: Transitional packages found:"
cat $TMPFILE
fi
if ! cat /etc/debian_version | grep -q ^10 ; then
echo "Warning: It seems 'bullseye' has been released, please revisit the list of transitional packages to ignore…"
# ack, this needs to be done still.
fi
fi
echo "Debug: Removing trap."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment