commit: e3ccedd5f7da8862eeb612a7777f731b48f10715 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 11 22:09:22 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 13 18:26:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3ccedd5
kde5.eclass: Drop gnome2_icon_cache_update (now duplicate in EAPI-6) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5.eclass | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index b25679a76c..1167e2c532 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -723,7 +723,6 @@ kde5_src_install() { kde5_pkg_preinst() { debug-print-function ${FUNCNAME} "$@" - [[ ${EAPI} == 6 ]] && gnome2_icon_savelist xdg_pkg_preinst } @@ -733,9 +732,6 @@ kde5_pkg_preinst() { kde5_pkg_postinst() { debug-print-function ${FUNCNAME} "$@" - if [[ ${EAPI} == 6 && -n ${GNOME2_ECLASS_ICONS} ]]; then - gnome2_icon_cache_update - fi xdg_pkg_postinst if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then @@ -754,9 +750,6 @@ kde5_pkg_postinst() { kde5_pkg_postrm() { debug-print-function ${FUNCNAME} "$@" - if [[ ${EAPI} == 6 && -n ${GNOME2_ECLASS_ICONS} ]]; then - gnome2_icon_cache_update - fi xdg_pkg_postrm }