diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-09 10:10:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-09 10:10:10 +0200 |
commit | 104ee0a5a3297682de6db8af3a949b9b2e4bd28f (patch) | |
tree | f5287b6dc193cf932d59d96745008754b7dfdc3c /man/1/pkg | |
parent | c9aafb5328caceb9d0f750425fdb340317922bbd (diff) |
pkg check -> pkg refresh, this also obsoletes the pkg eval fiddling
Diffstat (limited to 'man/1/pkg')
-rw-r--r-- | man/1/pkg | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -20,11 +20,6 @@ I<action> may be one of: fetch given I<package> from the package_root and install it -=item B<check> [ I<package> ] - -Check dependencies, conflicts and symlinks of I<package>. -If no argument is given, checks all installed packages - =item B<delete>|B<remove> I<package> Remove I<package> from the local packages tree @@ -61,6 +56,11 @@ Show commit history for package push new local versions to PKG_ROOT. If no argument is given, pushes all installed packages +=item B<refresh> [ I<package> ] + +Check prereqs and update symlinks of I<package>. +If no argument is given, refreshs all installed packages + =item B<remote-update> Update remote package list @@ -108,13 +108,10 @@ Get new stuff from the packages_root Push local changes to the packages_root -=item * B<pkg eval exec_hook core post-update; pkg eval populate_collected core> - -Update the core package after local changes ('fake' an update, since this is -normally done with pkg upgrade and pkg push). +=item * B<pkg refresh core> -NOTE: As of Wed Oct 8 10:48:22 2008 +0200, this should be done automatically -whenever neccessary. You probably won't need to do this manually. +'Fake-Upgrade'. Execute the appropiate commands as if the core package had been +upgraded (useful when you change something but don't want to commit/push yet) =back |