diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-01-24 23:17:27 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-01-24 23:17:27 +0000 |
| commit | de5309e28c48e1f4e1cd16ae69ab840677961ed1 (patch) | |
| tree | 926538e43f0503dffc03998af4ae0b9f218a55e5 /share/icons/application | |
| parent | Tentatively fix build for lp packaging (diff) | |
| download | inkscape-de5309e28c48e1f4e1cd16ae69ab840677961ed1.tar.gz inkscape-de5309e28c48e1f4e1cd16ae69ab840677961ed1.zip | |
move install command to logical place
Diffstat (limited to 'share/icons/application')
| -rw-r--r-- | share/icons/application/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/icons/application/CMakeLists.txt b/share/icons/application/CMakeLists.txt index 01f950474..c9913b2bc 100644 --- a/share/icons/application/CMakeLists.txt +++ b/share/icons/application/CMakeLists.txt @@ -4,7 +4,3 @@ foreach(pixmap_size ${PIXMAP_SIZES}) FILE(GLOB PIXMAP_FILES ${CMAKE_CURRENT_SOURCE_DIR}/${pixmap_size}/*.png ${CMAKE_CURRENT_SOURCE_DIR}/${pixmap_size}/*.svg) install(FILES ${PIXMAP_FILES} DESTINATION ${SHARE_INSTALL}/icons/${THEME}/${pixmap_size}/apps) endforeach(pixmap_size) - -# I hope that this is actually run after installing the files. -install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${CMAKE_CURRENT_SOURCE_DIR})") -install(FILES icon-theme.cache DESTINATION ${SHARE_INSTALL}/icons/${THEME}) |
