blob: be8ff30fe6daa0c41921d522931961878a30a6f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
name: "{name}-doc"
desc: " (documentation)"
paths:
- usr/share/doc
- usr/share/info
- usr/share/man
---
name: "{name}-debug"
desc: " (debug symbols)"
paths:
- usr/lib/debug
---
name: "{name}-openrc"
desc: " (OpenRC init scripts)"
depends:
- openrc
paths:
- etc/init.d
---
name: "{name}-systemd"
desc: " (systemd units)"
depends:
- systemd
paths:
- etc/systemd
- usr/lib/systemd
|