diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2015-10-17 11:36:13 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-18 10:59:23 +1000 |
commit | 46a1ac642907039a64f2ec93d352508b2ba3ba79 (patch) | |
tree | 416fb1597a9bec1387933e7f504062d2c632d25a /doc | |
parent | e8deba3b87784ca14c9afc908046f36a3ad7578c (diff) | |
download | pacman-46a1ac642907039a64f2ec93d352508b2ba3ba79.tar.xz |
PKGBUILD.5: post_*() are functions, not scripts
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
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 |