summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-29 17:32:03 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-29 17:32:03 +0200
commitceed52d772c5beea83b60ef37298a97309980522 (patch)
tree387cbd339223c556d6be1863f8b17342a8d5c05f
parent50035958b62b7c535848e9e80ee328a62114bdad (diff)
bin/pkg: Rename lst_update_full -> lst_update_local
-rwxr-xr-xbin/pkg6
1 files 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