We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78306bb commit b06c66bCopy full SHA for b06c66b
.nfpm.yaml
@@ -51,7 +51,8 @@ apk:
51
signature:
52
key_file: ".key.rsa"
53
scripts:
54
- postupgrade: "./scripts/packages/postupgrade.sh"
+ preupgrade: "./scripts/packages/preinstall.sh"
55
+ postupgrade: "./scripts/packages/postinstall.sh"
56
57
preinstall: "./scripts/packages/preinstall.sh"
58
postinstall: "./scripts/packages/postinstall.sh"
scripts/packages/.local-nfpm.yaml
@@ -47,4 +47,5 @@ scripts:
47
postremove: "./scripts/packages/postremove.sh"
48
apk:
49
50
scripts/packages/postupgrade.sh
0 commit comments