zoi-core 1.24.2

Advanced Package Manager & Environment Orchestrator
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: update-font-cache
description: Rebuilds system font cache when fonts are installed or removed.
platforms: ["linux"]
trigger:
  paths:
    - "usr/share/fonts/**"
    - "usr/local/share/fonts/**"
  operation: ["install", "upgrade", "remove"]
action:
  when: PostTransaction
  exec: fc-cache -fv