diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-17 12:42:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-25 19:57:49 +0200 |
commit | 7a27e28660c4417a7e47e39d644778bc824d302f (patch) | |
tree | 69f18041761b30bbec5916511c2e62f4497c2272 | |
parent | gnome2.eclass: Move GNOME2_ECLASS_ICONS conditional from gnome2-utils (diff) | |
download | gentoo-7a27e28660c4417a7e47e39d644778bc824d302f.tar.gz gentoo-7a27e28660c4417a7e47e39d644778bc824d302f.tar.bz2 gentoo-7a27e28660c4417a7e47e39d644778bc824d302f.zip |
kde4-base.eclass: Move GNOME2_ECLASS_ICONS conditional from gnome2-utils
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 999c8a05fee2..97f4dfd4eda9 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -907,7 +907,9 @@ kde4-base_pkg_preinst() { kde4-base_pkg_postinst() { debug-print-function ${FUNCNAME} "$@" - gnome2_icon_cache_update + if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then + gnome2_icon_cache_update + fi fdo-mime_desktop_database_update fdo-mime_mime_database_update buildsycoca |