Fix postremove script decoding

This commit is contained in:
Elara 2022-10-23 01:16:42 -07:00
parent 4aa08dcb1e
commit 67a0c4abe0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ type Scripts struct {
PreInstall string `sh:"preinstall"`
PostInstall string `sh:"postinstall"`
PreRemove string `sh:"preremove"`
PostRemove string `sh:"postinstall"`
PostRemove string `sh:"postremove"`
PreUpgrade string `sh:"preupgrade"`
PostUpgrade string `sh:"postupgrade"`
PreTrans string `sh:"pretrans"`