mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-21 13:28:00 +01:00
25 lines
554 B
Diff
25 lines
554 B
Diff
From d83443d10381a53637226b937094454951de44c1 Mon Sep 17 00:00:00 2001
|
|
From: Ole Reifschneider <tranquility@gentoo.org>
|
|
Date: Thu, 16 Apr 2015 23:51:51 +0200
|
|
Subject: [PATCH] Remove update-icon-cache from bin_PROGRAMS
|
|
|
|
---
|
|
gtk/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
|
|
index 83dfe31..a5afc03 100644
|
|
--- a/gtk/Makefile.am
|
|
+++ b/gtk/Makefile.am
|
|
@@ -1380,7 +1380,6 @@ endif
|
|
#
|
|
bin_PROGRAMS = \
|
|
gtk-query-immodules-3.0 \
|
|
- gtk-update-icon-cache \
|
|
gtk-encode-symbolic-svg \
|
|
gtk-launch
|
|
|
|
--
|
|
2.0.5
|
|
|