diff options
Diffstat (limited to 'ship/src')
| -rwxr-xr-x | ship/src/punani | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/ship/src/punani b/ship/src/punani index 61043bc0..2c956f02 100755 --- a/ship/src/punani +++ b/ship/src/punani @@ -2,7 +2,7 @@  #@info  #@include punani  punani(){ -  _punani_usage='punani {install,remove,has} PACKAGE...' +  _punani_usage='punani {install,remove,has,owner} PACKAGE...'    _punani_select_packer || die 'no package manager found; no punani for you!'    ACTION="$1"; shift @@ -38,6 +38,9 @@ punani(){            info "$RES is not installed"          fi          ;; +      owner) +        punani_owner $RES +        ;;        *)          error "bad action: $ACTION"          die "usage: $_punani_usage"  | 
