retro-imager/debian/postinst

5 lines
No EOL
84 B
Bash

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