summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/progress-linux.postinst')
-rwxr-xr-xdebian/progress-linux.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst
index ab4b4f8..f787a60 100755
--- a/debian/progress-linux.postinst
+++ b/debian/progress-linux.postinst
@@ -130,9 +130,9 @@ case "${1}" in
db_stop
- DISTRIBUTION="$(cat /etc/debian_version)"
+ DEBIAN_VERSION="$(cat /etc/debian_version)"
- case "${DISTRIBUTION}" in
+ case "${DEBIAN_VERSION}" in
10.*|buster/sid)
;;