debian/postinst: Change permissions target filename

This commit is contained in:
Tom Dewey 2024-09-25 16:43:06 +01:00 committed by Tom Dewey
parent 3e327cf0e0
commit 2ec36edd58

4
debian/postinst vendored
View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
if [ ! -x /usr/bin/rpi-imager.AppImage ]; then if [ ! -x /usr/bin/rpi-imager ]; then
chmod +x /usr/bin/rpi-imager.AppImage chmod +x /usr/bin/rpi-imager
fi fi