aboutsummaryrefslogtreecommitdiff
path: root/todo/Installpkg flags.md
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-09-15 15:23:49 -0500
committerSlack Coder <slackcoder@server.ky>2023-09-15 15:23:49 -0500
commit2fda2161877e61e16b7f208ba1f92f650776cbe2 (patch)
tree1a8a9985aa3fc2c8ce80ac8b85722e8ae3edc5e3 /todo/Installpkg flags.md
parent21ebdefdc012cf6430ad151eb7ecfa883ded8830 (diff)
downloadpkgtools-go-2fda2161877e61e16b7f208ba1f92f650776cbe2.tar.xz
add multiple todos
Diffstat (limited to 'todo/Installpkg flags.md')
-rw-r--r--todo/Installpkg flags.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo/Installpkg flags.md b/todo/Installpkg flags.md
new file mode 100644
index 0000000..0a8ca5d
--- /dev/null
+++ b/todo/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.
+```