[pacman-dev] [PATCH] PKGBUILD.5: post_*() are functions, not scripts
--- doc/PKGBUILD.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 770bd97..4ff3b02 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 -- 2.6.1
On 17/10/15 19:36, Pierre Neidhardt wrote:
--- doc/PKGBUILD.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 770bd97..4ff3b02 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
Looks fine.
Forgot to sign-off :( -- Pierre Neidhardt To be awake is to be alive. -- Henry David Thoreau, in "Walden"
participants (2)
-
Allan McRae
-
Pierre Neidhardt