diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-15 14:27:03 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-03 08:24:18 +0000 |
commit | 10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd (patch) | |
tree | 7737111e4d658a347c42d5d0015036fb258e2e1a /APKBUILD.5 | |
parent | 03d07e200f37e08f882e64ef62cd09f8cb44f9d9 (diff) | |
download | abuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.tar.gz abuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.tar.bz2 abuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.tar.xz abuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.zip |
man: Clarify arguments to install scripts
Diffstat (limited to 'APKBUILD.5')
-rw-r--r-- | APKBUILD.5 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -519,9 +519,9 @@ variable must contain the install scripts needed by the package. The install script will be run inside the root filesystem where the package is being installed. A single argument will be passed to all scripts, which is the -version of the package being installed. The pre-upgrade and post-upgrade -scripts will have an additional second argument, which is the old version that -is currently installed on the system. +version of the package being currently installed (or deinstalled). The +pre-upgrade and post-upgrade scripts will have an additional second argument, +which specifies the version of the package before the upgrade process. The different actions that may have install scripts specified are as follows: |