mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
linux: Appimage packaging
Move some files around, so that AppImages can be packaged inside a .deb for convenience.
This commit is contained in:
parent
b6cab0f7d1
commit
9264c19f76
12 changed files with 61 additions and 31 deletions
5
debian/postinst
vendored
Normal file
5
debian/postinst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -x /usr/bin/rpi-imager.AppImage ]; then
|
||||
chmod +x /usr/bin/rpi-imager.AppImage
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue