aboutsummaryrefslogtreecommitdiff
path: root/Installpkg flags.md
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-10-18 17:27:00 -0500
committerSlack Coder <slackcoder@server.ky>2023-10-18 17:27:00 -0500
commit2be3a82f3a801a84c98a4de9c818ce8b0497135b (patch)
tree9fb89a6b10fddbb1560d895215b445813d3ea28c /Installpkg flags.md
parent2fda2161877e61e16b7f208ba1f92f650776cbe2 (diff)
downloadpkgtools-go-todo.tar.xz
move todos to project roottodo
Diffstat (limited to 'Installpkg flags.md')
-rw-r--r--Installpkg flags.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Installpkg flags.md b/Installpkg flags.md
new file mode 100644
index 0000000..0a8ca5d
--- /dev/null
+++ b/Installpkg flags.md
@@ -0,0 +1,12 @@
+Add support for the following installpkg flags:
+
+```
+--warn (warn if files will be overwritten, but do not install)
+--md5sum (record the package's md5sum in the metadata file)
+--no-overwrite When extracting the package, do not overwrite
+ existing files. Usually, this option should not be used.
+ It exists so that upgradepkg can use it for the second
+ installation pass. The first pass has already overwritten
+ the previous package's files, and this will catch the few
+ corner cases without generating unnecessary writes.
+```