Move Dutch removing part to correct loaction
This commit is contained in:
parent
8ac1d5b95e
commit
b505dae90d
|
|
@ -45,17 +45,18 @@ rm_if_exists update_lang_de.out
|
||||||
rm_if_exists update_lang_es.out
|
rm_if_exists update_lang_es.out
|
||||||
rm_if_exists update_lang_fr.out
|
rm_if_exists update_lang_fr.out
|
||||||
rm_if_exists update_lang_it.out
|
rm_if_exists update_lang_it.out
|
||||||
rm_if_exists update_lang_nl.out
|
|
||||||
rm_if_exists update_lang_pl.out
|
rm_if_exists update_lang_pl.out
|
||||||
rm_if_exists lang.bin
|
rm_if_exists lang.bin
|
||||||
rm_if_exists lang.hex
|
rm_if_exists lang.hex
|
||||||
#Community language support
|
#Community language support
|
||||||
#Dutch
|
#Dutch
|
||||||
rm_if_exists firmware_nl.hex
|
rm_if_exists firmware_nl.hex
|
||||||
|
rm_if_exists update_lang_nl.out
|
||||||
|
|
||||||
#Use the 2 lines below as a template and replace 'qr'
|
#Use the 2 lines below as a template and replace 'qr'
|
||||||
##New language
|
##New language
|
||||||
#rm_if_exists firmware_qr.hex
|
#rm_if_exists firmware_qr.hex
|
||||||
|
#rm_if_exists update_lang_qr.out
|
||||||
|
|
||||||
echo -n "fw-clean.sh finished" >&2
|
echo -n "fw-clean.sh finished" >&2
|
||||||
if [ $result -eq 0 ]; then
|
if [ $result -eq 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue