From 2ec36edd589d74a1f5ae68fdc0eba485ba7d4d38 Mon Sep 17 00:00:00 2001 From: Tom Dewey Date: Wed, 25 Sep 2024 16:43:06 +0100 Subject: [PATCH] debian/postinst: Change permissions target filename --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 835b43c..0063a9b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,5 @@ #!/bin/sh -if [ ! -x /usr/bin/rpi-imager.AppImage ]; then - chmod +x /usr/bin/rpi-imager.AppImage +if [ ! -x /usr/bin/rpi-imager ]; then + chmod +x /usr/bin/rpi-imager fi \ No newline at end of file