1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: clean up nfpm docs

This commit is contained in:
Carlos Alexandro Becker 2024-06-11 10:00:38 -03:00
parent f5c4fce822
commit 8244d52f08
No known key found for this signature in database

View File

@ -372,6 +372,7 @@ nfpms:
scripts:
# Deb rules script.
rules: foo.sh
# Deb templates file, when using debconf.
templates: templates
@ -381,17 +382,12 @@ nfpms:
# (also available: interest_await, interest_noawait)
interest:
- some-trigger-name
# activate a trigger for another package
# (also available: activate_await, activate_noawait)
activate:
- another-trigger-name
# Packages which would break if this package would be installed.
# The installation of this package is blocked if `some-package`
# is already installed.
breaks:
- some-package
# Packages which would break if this package would be installed.
# The installation of this package is blocked if `some-package`
# is already installed.
@ -431,6 +427,7 @@ nfpms:
scripts:
# The preupgrade script runs before APK upgrade.
preupgrade: ./scripts/preupgrade.sh
# The postupgrade script runs after APK.
postupgrade: ./scripts/postupgrade.sh
@ -455,6 +452,7 @@ nfpms:
scripts:
# The preupgrade script runs before pacman upgrades the package.
preupgrade: ./scripts/preupgrade.sh
# The postupgrade script runs after pacman upgrades the package.
postupgrade: ./scripts/postupgrade.sh