summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-15 14:27:03 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-03 08:24:18 +0000
commit10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd (patch)
tree7737111e4d658a347c42d5d0015036fb258e2e1a
parent03d07e200f37e08f882e64ef62cd09f8cb44f9d9 (diff)
downloadabuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.tar.bz2
abuild-10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd.tar.xz
man: Clarify arguments to install scripts
-rw-r--r--APKBUILD.56
1 files changed, 3 insertions, 3 deletions
diff --git a/APKBUILD.5 b/APKBUILD.5
index fdb2a9f..f3ce950 100644
--- a/APKBUILD.5
+++ b/APKBUILD.5
@@ -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: