diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-19 18:00:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-19 18:00:48 +0100 |
commit | a9d79abfa0758fc50727adb13e510d33697646eb (patch) | |
tree | 9211d4f21d43a5f44bb7d959553ca82666374f51 /man | |
parent | 5e58fc7aa557d7294222628402b80ad9c2f703b5 (diff) |
pkg(7): check_prereqs is called when adding/updating
Diffstat (limited to 'man')
-rw-r--r-- | man/7/pkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ Packages with a priority above 3 require user confirmation to be removed =item B<check_prereqs> I<package> Checks a package's prerequisites as defined in B<prereqs>. -The prereqs file is a zsh script which is sourced by pkg. +The prereqs file is a zsh script which is sourced by pkg when +adding/updating a package. The following pkg-related functions are available: * B<is_installed> I<package> |