diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-05 12:43:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-05 12:43:38 +0200 |
commit | 6a1cbf35949cbda58a53aa9ebfee625117180025 (patch) | |
tree | 7697078cdcf23c9ccf968bce67de6b25a7e2feb0 | |
parent | 7c5f862034e61be12c79203cd7fff4a9c3abf2de (diff) |
pkg(7): Added COLLECTED PACKAGE FILES ($PDIR/.collected)
-rw-r--r-- | man/7/pkg | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -91,7 +91,9 @@ Unless marked with [*], all files and directories are optional =item bin/ -The place for executables to be in the user's PATH. For their processing, see B<populate_collected> +The place for executables to be in the user's PATH. +pkg will automatically create symlinks in F<~/bin> pointing to the files +in the package's F<bin/> =item etc/ @@ -213,6 +215,16 @@ Sourced before a package is removed (pkg remove/pkg delete) =head1 COLLECTED PACKAGE FILES +These files reside in F<$PDIR/.collected> (subject to change). + +The directory is somewhat similar to F<~/bin> - it is automatically populated +by pkg. However, this one does not contain symlinks. + +Currently, it only contains the directory F<man/>, which holds the "compiled" +manual pages from the packages (both extracted from F<bin/> and F<man/>). +This way, yuo can put F<.../.collected/man> into you MANPATH to access manuals +provided by packages. + =head1 GIT B<pkg> uses git(1) as backend for storing and syncing package information. |