blob: 0a8ca5d0f1fb1c1f6005e73a54f4e9bfdbf511a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.
```
|