From 2be3a82f3a801a84c98a4de9c818ce8b0497135b Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Wed, 18 Oct 2023 17:27:00 -0500 Subject: move todos to project root --- Installpkg flags.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Installpkg flags.md (limited to 'Installpkg flags.md') 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. +``` -- cgit v1.2.3