retro-imager/debian/postinst
Tom Dewey 9264c19f76 linux: Appimage packaging
Move some files around, so that AppImages can be packaged inside a .deb for convenience.
2024-09-11 17:12:48 +01:00

5 lines
No EOL
102 B
Bash

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