From 379f640f339c26914b9b77eb8036989948a7f107 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Mon, 8 Sep 2025 22:22:03 -0300 Subject: [PATCH] added Install function description --- cmd/packets/main.go | 1 + 1 file changed, 1 insertion(+) 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)