summaryrefslogtreecommitdiff
path: root/dev-embedded/arduino/arduino-1.8.19-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/arduino/arduino-1.8.19-r1.ebuild')
-rw-r--r--dev-embedded/arduino/arduino-1.8.19-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/arduino/arduino-1.8.19-r1.ebuild b/dev-embedded/arduino/arduino-1.8.19-r1.ebuild
index a11bde369e98..458ce8fcbd07 100644
--- a/dev-embedded/arduino/arduino-1.8.19-r1.ebuild
+++ b/dev-embedded/arduino/arduino-1.8.19-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit java-pkg-2 desktop xdg-utils
+inherit java-pkg-2 desktop xdg
DESCRIPTION="An open-source AVR electronics prototyping platform"
HOMEPAGE="https://www.arduino.cc/ https://github.com/arduino/"
@@ -116,6 +116,6 @@ src_install() {
}
pkg_postinst() {
- xdg_icon_cache_update
+ xdg_pkg_postinst
[[ ! -x /usr/bin/avr-g++ ]] && ewarn "Missing avr-g++; you need to crossdev -s4 avr"
}