aboutsummaryrefslogtreecommitdiffsponsor
path: root/todo/Installpkg flags.md
diff options
context:
space:
mode:
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.
+```