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
commit4d28974bc73cdbac7bdec302aba6e333e647ba50 (patch)
tree478bb831cc61d43caadaeaaaa70a0c5e16dab752
parent49f37a8b125c413abc768152c3e3201e76796f2e (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 7d073a3..9f89baf 100644
--- a/CMakeLists.txt
+++ b/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")