summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/progress-linux.config7
-rwxr-xr-xdebian/progress-linux.postinst4
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/progress-linux.config b/debian/progress-linux.config
index 5761d9e..adac5b6 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -37,6 +37,13 @@ case "${DISTRIBUTION}" in
Run_debconf
;;
+ 11.*|bullseye/sid)
+ RELEASE="6"
+ CODENAME="fuchur"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst
index 96271df..ab4b4f8 100755
--- a/debian/progress-linux.postinst
+++ b/debian/progress-linux.postinst
@@ -137,6 +137,10 @@ case "${1}" in
;;
+ 11.*|bullseye/sid)
+
+ ;;
+
*)
echo "W: unsupported debian release"