summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-02 10:56:32 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-02 10:56:32 +0200
commita31396ae8f2a05c588d462ad603adc28a172375f (patch)
treee64331a924566f9139eadd69beeef0cb779068d1
parent1288cfab0988072a418873030663c8db9d5ee0f0 (diff)
bin/pkg: pkg_update_%: be more verbose
-rwxr-xr-xbin/pkg6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 051eb6e..f062b73 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -509,7 +509,7 @@ pkg_status_wrapper () {
pkg_update () {
cd $PDIR
- info "Updating package list..."
+ info "Updating package lists..."
list_update_remote
list_update_local
clear_line
@@ -517,11 +517,15 @@ pkg_update () {
pkg_update_remote () {
cd $PDIR
+ info "Updating remote package list..."
list_update_remote
+ clear_line
}
pkg_update_local () {
+ info "Updating local package list..."
list_update_local
+ clear_line
}
# Various information related to a package