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

gitlab.com/Remmina/remmina-plugins.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
commitb615093e5c7b9f952b2188a530d276aec812b691 (patch)
tree5ca62d5e92533099881f66429de717067626353f
parente41db734ac0f410926c1d1ff8ace8582ad861c34 (diff)
Gtk icon cache update during install phase
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 590c3b8..6c4449b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,3 +48,5 @@ install(FILES
scalable/emblems/remmina-xdmcp-ssh-symbolic.svg
scalable/emblems/remmina-xdmcp-symbolic.svg
DESTINATION ${APPICONSCALE_EMBLEMS_DIR})
+
+gtk_update_icon_cache("${REMMINA_DATADIR}/icons/hicolor")