aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-12 12:32:20 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-12 12:32:20 +0200
commit5b18f5282302093f16a2aac7130ca44aed67148c (patch)
tree362bc59fdddcd05587b63dbd23ad4bbe953d2edb
parent1e912a0de6efecebb4c211cc87e7dcb2309995b4 (diff)
parentad974a64affd01432308b9de0f566679a85aba02 (diff)
downloadayatana-indicator-notifications-5b18f5282302093f16a2aac7130ca44aed67148c.tar.gz
ayatana-indicator-notifications-5b18f5282302093f16a2aac7130ca44aed67148c.tar.bz2
ayatana-indicator-notifications-5b18f5282302093f16a2aac7130ca44aed67148c.zip
Merge branch 'tari01-pr/remove-gtk-update-icon-cache'
Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/17
-rw-r--r--data/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index b806dd1..8e3926d 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -78,6 +78,3 @@ set (ICON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/icons/hicolor")
message (STATUS "${ICON_DIR} is the Icon install dir")
install (DIRECTORY icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTERN "*.svg")
-
-install(CODE "execute_process (COMMAND gtk-update-icon-cache -t -f ${ICON_DIR})"
- CODE "message (STATUS \"Updating icon cache\")")