; Install the zsh completion under the package's own share dir,
; <prefix>/share/odd/zsh/_odd. (The switch's
; share/zsh/site-functions is not on zsh's $fpath by default, so there is no
; benefit to that layout — the user adds this dir to $fpath either way; see the
; README.)
(install
 (section share)
 (package odd)
 (files
  (zsh/_odd as zsh/_odd)))
