diff --git a/build.go b/build.go index 988aa75..2107842 100644 --- a/build.go +++ b/build.go @@ -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"`