We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84498b7 + e78d9d4 commit 989bde7Copy full SHA for 989bde7
boulder/data/macros/actions/misc.yaml
@@ -1,5 +1,16 @@
1
actions:
2
3
+ - gtk_update_icon_cache:
4
+ description: Pregenerate icon cache at build time
5
+ example: |
6
+ %gtk_update_icon_cache
7
+ command: |
8
+ for i in %(installroot)%(datadir)/icons/*/; do
9
+ gtk-update-icon-cache -f $i
10
+ done
11
+ dependencies:
12
+ - binary(gtk-update-icon-cache)
13
+
14
- install_bin:
15
description: Install files to %(bindir)
16
example: |
0 commit comments