From e7f9401722bf410955175d778a39cf37f0092fe7 Mon Sep 17 00:00:00 2001 From: eric1tran Date: Mon, 8 Mar 2021 22:59:09 +0000 Subject: [PATCH] Fix postinst file --- debian/dump1090-fa.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dump1090-fa.postinst b/debian/dump1090-fa.postinst index 01f661f..c717459 100644 --- a/debian/dump1090-fa.postinst +++ b/debian/dump1090-fa.postinst @@ -63,7 +63,7 @@ case "$1" in fi fi - if dpkg --compare-versions "$2" lt-nl "5.0" + if dpkg --compare-versions "$2" le "5.0" then echo "Enabling lighttpd skyaware module.." >&2 lighty-enable-mod skyaware || true