aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-11 23:09:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-13 19:26:05 +0100
commite3ccedd5f7da8862eeb612a7777f731b48f10715 (patch)
treea26c5b51060f843522d13085d1cabe2fa8bd56bd
parentkde5.eclass: Cleanup functions rented from xdg.eclass (diff)
downloadkde-e3ccedd5f7da8862eeb612a7777f731b48f10715.tar.gz
kde-e3ccedd5f7da8862eeb612a7777f731b48f10715.tar.bz2
kde-e3ccedd5f7da8862eeb612a7777f731b48f10715.zip
kde5.eclass: Drop gnome2_icon_cache_update (now duplicate in EAPI-6)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/kde5.eclass7
1 files changed, 0 insertions, 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
}