diff --git a/cmd/packets/main.go b/cmd/packets/main.go index a960e95..d689fe9 100644 --- a/cmd/packets/main.go +++ b/cmd/packets/main.go @@ -486,6 +486,7 @@ func main() { } +// Install function extracts and execute postinstall scripts, following the manifest.toml func Install(packagepath string, serial uint) error { manifest, err := internal.ManifestReadXZ(packagepath)