diff options
Diffstat (limited to 'ship')
-rw-r--r-- | ship/lib/punani | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/lib/punani b/ship/lib/punani index 18a78b4d..4a8105b6 100644 --- a/ship/lib/punani +++ b/ship/lib/punani @@ -83,4 +83,4 @@ _punani_yum_remove(){ yum -y remove "$@" ;} _punani_yum_has() { rpm -qa --qf "%{NAME}\n"| egrep "^${1}\$" >/dev/null ;} _punani_brew_install(){ brew install "$@"; } _punani_brew_remove(){ brew remove "$@";} -_punani_brew_has() { die '_punani_brew_has not implemented'; } +# TODO _punani_brew_has |