From b814261fa39fc4a149a408ca263e295175ace254 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 6 Dec 2008 15:50:54 +0100 Subject: Added pkg pull as alias for pkg upgrade --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pkg b/bin/pkg index 4397a9f..dd5ae77 100755 --- a/bin/pkg +++ b/bin/pkg @@ -750,7 +750,7 @@ case $action in remove) pkg_remove $* ;; status) wrap pkg_status "$1" 'Checking package status' ;; update) pkg_update $* ;; - upgrade) + upgrade|pull) (( AUTOUPDATE )) && pkg_update_remote wrap pkg_upgrade "$1" 'Looking for updates' ;; -- cgit v1.2.3