summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2015-10-17 11:36:13 +0200
committerAllan McRae <allan@archlinux.org>2015-10-18 02:59:23 +0200
commit46a1ac642907039a64f2ec93d352508b2ba3ba79 (patch)
tree416fb1597a9bec1387933e7f504062d2c632d25a
parente8deba3b87784ca14c9afc908046f36a3ad7578c (diff)
downloadpacman-46a1ac642907039a64f2ec93d352508b2ba3ba79.tar.gz
pacman-46a1ac642907039a64f2ec93d352508b2ba3ba79.tar.xz
PKGBUILD.5: post_*() are functions, not scripts
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/PKGBUILD.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 770bd977..4ff3b029 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -421,7 +421,7 @@ itself after installation and perform an opposite action upon removal.
The exact time the script is run varies with each operation, and should be
self-explanatory. Note that during an upgrade operation, none of the install
-or remove scripts will be called.
+or remove functions will be called.
Scripts are passed either one or two ``full version strings'', where a full
version string is either 'pkgver-pkgrel' or 'epoch:pkgver-pkgrel', if epoch is