diff options
| author | mail_redacted_for_web | 2026-01-18 10:08:59 +0100 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-01-18 10:08:59 +0100 |
| commit | e4346e719e6d7bd4a37ff6ab737a8f232921433e (patch) | |
| tree | 49230e639fba1a660650e29780350510bc2d4a3c /nfpm/nfpm.yaml.skel | |
| parent | b59e191e8425bdeff2d2dd23cf7be653185756db (diff) | |
| download | forgejo-lirion-e4346e719e6d7bd4a37ff6ab737a8f232921433e.tar.bz2 | |
add app.ini example to package
Diffstat (limited to 'nfpm/nfpm.yaml.skel')
| -rw-r--r-- | nfpm/nfpm.yaml.skel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel index f673ee9..a0e3618 100644 --- a/nfpm/nfpm.yaml.skel +++ b/nfpm/nfpm.yaml.skel @@ -162,6 +162,9 @@ contents: mode: 0755 owner: root group: root + - src: ../files/usr/share/doc + dst: /usr/share/doc + type: tree # Basic file that applies to all packagers # - src: ../fs/usr/lib/lirion/ln-initfunctions # dst: /usr/lib/lirion/initfunctions @@ -470,3 +473,4 @@ archlinux: # # # The postupgrade script runs after pacman upgrades the package # postupgrade: ./scripts/postupgrade.sh +# |
