diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-07-17 19:09:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-07-17 19:19:00 +0000 |
commit | fb7536dfb45bcce4f7caa619c977f33a94920a6c (patch) | |
tree | 0d5f68d9601511048aa0d0f4865700683357dea5 | |
parent | Generalizing distribution handling in debconf. (diff) | |
download | progress-linux-fb7536dfb45bcce4f7caa619c977f33a94920a6c.tar.xz progress-linux-fb7536dfb45bcce4f7caa619c977f33a94920a6c.zip |
Adding support for Progress Linux 6 (fuchur).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/progress-linux.config | 7 | ||||
-rwxr-xr-x | debian/progress-linux.postinst | 4 |
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" |