Fix postremove script decoding

This commit is contained in:
Elara 2022-10-23 01:16:42 -07:00
parent b3b6612ef2
commit c650c1dae0
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"`