From 40870f51972ed9aa0977b476891776ff19f2e75a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 23 May 2008 19:40:17 +0200 Subject: bin/pkg: Added the aliases delete/install --- bin/pkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pkg b/bin/pkg index c3700f3..5874c71 100755 --- a/bin/pkg +++ b/bin/pkg @@ -129,6 +129,8 @@ pkg_status_wrapper () { case "$1" in add) pkg_add "$2" ;; changeroot) pkg_changesrc "$2" ;; + delete) pkg_remove "$2" ;; + install) pkg_add "$2" ;; list) pkg_list_installed ;; list-all) pkg_list_available ;; remove) pkg_remove "$2" ;; -- cgit v1.2.3