index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2009-01-16 19:45:02 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-16 19:45:02 -0600 |
commit | 3d49d88009341d5cacbbe08fb4f6f6af3ed76ae1 (patch) | |
tree | 968ee9b752f02af850494df1c7197f21a9e2f33d /doc/PKGBUILD.5.txt | |
parent | a9f030e84c96d57fbcbc7e8af5fc897515ef79e7 (diff) | |
parent | e946ee7745a839c0cd9244a3d9b50a3ea15143f9 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 8 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 96c7a505..04eacfac 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -256,6 +256,14 @@ If you create any variables of your own in the build function, it is recommended to use the bash `local` keyword to scope the variable to inside the build function. +package() Function +------------------ +An optional package() function can be specified in addition to the build() function. +This function is run immediately after the build() function. When specified in +combination with the fakeroot BUILDENV option in linkman:makepkg.conf[5], fakeroot +usage will be limited to running the packaging stage. The build() function will be +run as the user calling makepkg. + Install/Upgrade/Remove Scripting -------------------------------- Pacman has the ability to store and execute a package-specific script when it |