retro-imager/debian/postinst

5 lines
102 B
Text
Raw Normal View History

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