diff options
author | Loen | 2016-07-08 11:10:41 +0000 |
---|---|---|
committer | Loen | 2016-07-08 11:10:41 +0000 |
commit | 58fe5569dd84ccde14269018a995e47a77b0aec0 (patch) | |
tree | 86acb294e3c2f57713610adeb52ae96a227a3cbb | |
parent | 0c4be3648701c543887f42f643e220a729ffa6ca (diff) | |
download | aur-58fe5569dd84ccde14269018a995e47a77b0aec0.tar.gz |
Updated icons
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -50,9 +50,10 @@ package() { ln -s /usr/bin/avrdude "${pkgdir}/usr/share/arduino/hardware/tools/avr/bin/avrdude" # desktop icon + install -dm755 "${pkgdir}/usr/share/icons" for size in 32 48 256; do - install -Dm644 ../arduino_icon_*_${size}x${size}x32.png \ - "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/arduino.png" + mv "${pkgdir}/usr/share/arduino/lib/icons/${size}x${size}/" \ + "${pkgdir}/usr/share/icons/${size}x${size}" done # desktop and mimetype files |