mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
debian/postinst: Change permissions target filename
This commit is contained in:
parent
3e327cf0e0
commit
2ec36edd58
1 changed files with 2 additions and 2 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue