From ceed52d772c5beea83b60ef37298a97309980522 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Jun 2008 17:32:03 +0200 Subject: bin/pkg: Rename lst_update_full -> lst_update_local --- bin/pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/pkg b/bin/pkg index 035e542..03e25fd 100755 --- a/bin/pkg +++ b/bin/pkg @@ -160,7 +160,7 @@ lst_update_remote () { } } -lst_update_full () { +lst_update_local () { cd $PDIR rm -f .list for i in *(@,/); { @@ -436,7 +436,7 @@ pkg_update () { cd $PDIR info "Updating package list..." lst_update_remote - lst_update_full + lst_update_local clear_line } @@ -446,7 +446,7 @@ pkg_update_remote () { } pkg_update_local () { - lst_update_full + lst_update_local } # Various information related to a package -- cgit v1.2.3