diff options
author | David Bremner <bremner@debian.org> | 2011-06-30 08:29:07 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-06-30 09:25:35 -0300 |
commit | 0a0f5f1bbe4bf256a14dee0ab2af3065a251a72c (patch) | |
tree | fdc2946c59668f5024d2649e13605795b81584b7 /debian/notmuch.examples | |
parent | bb2b33fbb85b88eb7d3bedf4cb261a89da20f504 (diff) |
debian: don't install zsh completion files into /usr/share/zsh
as of version 4.3.12, perhaps earlier, the Debian zsh package now
ships /usr/share/zsh/functions/Completion/Unix/_notmuch, so we
shouldn't install that ourselves anymore.
My understanding is that letting zsh ship the completion scripts is
the standard thing to do.
The script is still shipped in /usr/share/doc/notmuch/examples
Diffstat (limited to 'debian/notmuch.examples')
-rw-r--r-- | debian/notmuch.examples | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/notmuch.examples b/debian/notmuch.examples new file mode 100644 index 00000000..524e0f4b --- /dev/null +++ b/debian/notmuch.examples @@ -0,0 +1 @@ +completion/notmuch-completion.zsh |