diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-12-29 11:52:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 11:52:04 +0100 |
commit | c233a141af26ddcc4a17417202313d41cb81eeb9 (patch) | |
tree | 95fae0f028f34ce349d16c33683db2ce4d2f75cb | |
parent | 4a03004caab7dcf04a609d789baa135d995cf921 (diff) | |
parent | 70f78b23d35d455f07a2d2b95888dee8e7cd6881 (diff) |
Merge pull request #11227 from cjmayo/backport_11224
[cmake] linux: don't run gtk-update-icon-cache
-rw-r--r-- | project/cmake/scripts/linux/Install.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/project/cmake/scripts/linux/Install.cmake b/project/cmake/scripts/linux/Install.cmake index 9a22f2941e..c0a80f7699 100644 --- a/project/cmake/scripts/linux/Install.cmake +++ b/project/cmake/scripts/linux/Install.cmake @@ -120,9 +120,6 @@ install(FILES ${CORE_SOURCE_DIR}/tools/Linux/packaging/media/icon256x256.png RENAME ${APP_NAME_LC}.png DESTINATION ${datarootdir}/icons/hicolor/256x256/apps COMPONENT kodi) -install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -q -t - $ENV{DESTDIR}${datarootdir}/icons/hicolor ERROR_QUIET)" - COMPONENT kodi) # Install docs install(FILES ${CORE_SOURCE_DIR}/copying.txt |