commit:     800dd32fd32c19ba63832d3afcee6c793aa0fa73
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: Thu Feb 14 23:43:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800dd32f

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 e3c4bc9c923..eaa81039183 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -722,7 +722,6 @@ kde5_src_install() {
 kde5_pkg_preinst() {
        debug-print-function ${FUNCNAME} "$@"
 
-       [[ ${EAPI} == 6 ]] && gnome2_icon_savelist
        xdg_pkg_preinst
 }
 
@@ -732,9 +731,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
@@ -753,9 +749,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
 }
 

Reply via email to