linux: Appimage packaging

Move some files around, so that AppImages can be packaged inside a .deb for convenience.
This commit is contained in:
Tom Dewey 2024-09-09 16:33:45 +01:00 committed by Tom Dewey
parent b6cab0f7d1
commit 9264c19f76
12 changed files with 61 additions and 31 deletions

5
debian/postinst vendored Normal file
View file

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