summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-15 14:27:03 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-15 14:27:14 -0600
commit8be5a55a548f8b9fbdc58d26ee2504b749545eab (patch)
tree358c23aab40236ed57377b4ad8e961a4f0d3c210
parent2bf9b831c67cef6f6081df7f11757bb803b9afd1 (diff)
downloadabuild-8be5a55a548f8b9fbdc58d26ee2504b749545eab.tar.gz
abuild-8be5a55a548f8b9fbdc58d26ee2504b749545eab.tar.bz2
abuild-8be5a55a548f8b9fbdc58d26ee2504b749545eab.tar.xz
abuild-8be5a55a548f8b9fbdc58d26ee2504b749545eab.zip
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: