zoi-core 1.20.4

Advanced Package Manager & Environment Orchestrator
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: ldconfig
description: Updates the dynamic linker run-time bindings.
platforms: ["linux"]
trigger:
  paths:
    - "usr/lib/*.so*"
    - "lib/*.so*"
  operation: ["install", "upgrade", "remove"]
action:
  when: PostTransaction
  exec: ldconfig