diff options
author | Chris Mayo <aklhfex@gmail.com> | 2016-12-11 20:01:36 +0000 |
---|---|---|
committer | Chris Mayo <aklhfex@gmail.com> | 2016-12-20 19:42:31 +0000 |
commit | 70f78b23d35d455f07a2d2b95888dee8e7cd6881 (patch) | |
tree | 21e3c71914fa9ac413b7b75bbf6faaecad47c6d7 | |
parent | 712d562cedfbe2625ce95df92983e72791a7c30e (diff) |
[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 |