diff options
author | tv <tv@nomic.retiolum> | 2013-11-14 13:55:32 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-14 13:55:32 +0100 |
commit | 4be2166457e5b55101d55f4c23b9b2a0c6fe6fe3 (patch) | |
tree | dc59f4dd931b51e106f35b014a1819c88947f403 /ship/lib/punani | |
parent | fc4ac74b1e9cc40d27fd3e6bcfe67e0cb06469d2 (diff) |
ship punani: implicit "not implemented" messages
Diffstat (limited to 'ship/lib/punani')
-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 |