From c7b9a74b2a0dc5294cc71b33e47bbaec96912828 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 12 Jun 2019 18:17:51 +0200 Subject: [vmware*] try to fix gtk-update-icon-cache since it probably speeds things up having it --- core/modules/vmware12/module.build | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'core/modules/vmware12') diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build index c7cc8c67..99f7026b 100644 --- a/core/modules/vmware12/module.build +++ b/core/modules/vmware12/module.build @@ -212,9 +212,14 @@ build() { } post_copy() { - # Update Icon cache for vmplayer - gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/hicolor/" || pwarning "update-icon-cache-3.0 failed." - + # Update Icon cache for vmplayer, older versions had the version in their names, newer do not... + for guic in gtk-update-icon-cache{,-3.0} fail; do + if [ "$guid" = "fail" ]; then + pwarning "Updating icon cache failed." + break + fi + "$guid" "${TARGET_BUILD_DIR}/usr/share/icons/hicolor/" + done # fix vmware-usbarbitrator bug date +'%Y.%m.%d' >"${TARGET_BUILD_DIR}/etc/arch-release" -- cgit v1.2.3-55-g7522