From d0a293422af2193caf05279e2e156a601c621ed8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Jul 2019 00:01:50 +0200 Subject: Generalizing distribution handling in debconf. Signed-off-by: Daniel Baumann --- debian/progress-linux.postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/progress-linux.postinst') diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index c5891f4..96271df 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -134,9 +134,12 @@ case "${1}" in case "${DISTRIBUTION}" in 10.*|buster/sid) + ;; *) + echo "W: unsupported debian release" + Remove_apt_sources Remove_apt_preferences Remove_apt_keys -- cgit v1.2.3