X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=icons%2FCMakeLists.txt;fp=icons%2FCMakeLists.txt;h=e6b70a4c9c2ae39bc868b58a741810cb9f63d708;hp=35eae344aa3ab50a069ebd804779df265e3da750;hb=9833654a203520941eb4053b6c0874453bcc7a74;hpb=2ad8258fb5f2711dfb4e0349873c8fd69e1737cc diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 35eae344..e6b70a4c 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -64,10 +64,5 @@ if (WANT_MONO OR WANT_QTCLIENT) # Install Quassel-specific ones from Oxygen into hicolor as fallback install(DIRECTORY oxygen/ DESTINATION ${CMAKE_INSTALL_ICONDIR}/hicolor) endif() - - # For a system install, also copy to pixmaps - if (CMAKE_INSTALL_PREFIX STREQUAL "/usr") - install(FILES hicolor/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) - endif() endif() endif()