From 6a1cbf35949cbda58a53aa9ebfee625117180025 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 Apr 2009 12:43:38 +0200 Subject: pkg(7): Added COLLECTED PACKAGE FILES ($PDIR/.collected) --- man/7/pkg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'man/7/pkg') diff --git a/man/7/pkg b/man/7/pkg index 652443b..9889cf1 100644 --- a/man/7/pkg +++ b/man/7/pkg @@ -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 +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 =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, which holds the "compiled" +manual pages from the packages (both extracted from F and F). +This way, yuo can put F<.../.collected/man> into you MANPATH to access manuals +provided by packages. + =head1 GIT B uses git(1) as backend for storing and syncing package information. -- cgit v1.2.3