Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-05 04:37:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-05 04:37:22 +0300
commit0404f24da2578eecf0f23755f9c0feee404fb4e4 (patch)
treee9543bdc5ecf099562f4c446204ee1f4fb6de0f6 /plugins/nx/CMakeLists.txt
parent4890306864d0b4d862d8150915373f150c7f5637 (diff)
Gtk icon cache update during install phase
Diffstat (limited to 'plugins/nx/CMakeLists.txt')
-rw-r--r--plugins/nx/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/nx/CMakeLists.txt b/plugins/nx/CMakeLists.txt
index 7d073a3a5..9f89baffb 100644
--- a/plugins/nx/CMakeLists.txt
+++ b/plugins/nx/CMakeLists.txt
@@ -60,3 +60,5 @@ install(TARGETS remmina-plugin-nx DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
scalable/emblems/remmina-nx-symbolic.svg
DESTINATION ${APPICONSCALE_EMBLEMS_DIR})
+
+gtk_update_icon_cache("${REMMINA_DATADIR}/icons/hicolor")