---
 icons/CMakeLists.txt |    6 ------
 1 file changed, 6 deletions(-)

--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -31,12 +31,6 @@ if(NOT SKIP_INSTALL_ICONS)
     if(WITH_ICON_GENERATION)
         install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated/ DESTINATION ${BREEZE_INSTALL_DIR})
     endif()
-
-    # Install the colored icon sizes into breeze-dark theme as well, to ensure
-    # that icons are available on alternate environments which do not support
-    # colorized symbolic icons which are not named as "-symbolic"
-    # NOTE: icons-dark will install /some/ files over top of these
-    install(DIRECTORY ${breeze_icon_dirs} DESTINATION ${BREEZE_INSTALL_DIR}-dark)
 endif()
 
 gtk_update_icon_cache(${BREEZE_INSTALL_DIR})
