opam: install shell completion scripts

Closes Homebrew/homebrew#17463.
This commit is contained in:
Jack Nagel 2013-02-01 19:05:46 -06:00
parent c5274ce971
commit ab0812c688

View file

@ -11,6 +11,9 @@ class Opam < Formula
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
bash_completion.install "shell/opam_completion.sh"
zsh_completion.install "shell/opam_completion_zsh.sh"
end
def test