1 _pkgname=AVR8-Burn-O-Mat
6 if [ -h /usr/bin/avr8-burn-o-mat ]
8 rm -f /usr/bin/avr8-burn-o-mat || return 1
11 echo -e "#!/bin/bash\ncd /opt/AVR8-Burn-O-Mat\njava -jar AVR8_Burn_O_Mat.jar" > /usr/bin/avr8-burn-o-mat || return 1
12 chmod +x /usr/bin/avr8-burn-o-mat || return 1
14 echo -e "\n>>> Make sure that the path to avrdude program and the avrdude configuration file is correct."
15 echo -e ">>> Type 'whereis avrdude' to find out where these files are."
16 echo -e ">>> Run program by 'avr8-burn-o-mat' or from program menu (development section)."
28 if [ -h /usr/bin/avr8-burn-o-mat ]
30 rm -f /usr/bin/avr8-burn-o-mat || return 1