diff options
| author | David Bremner <david@tethera.net> | 2017-03-12 14:24:52 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-25 12:01:22 -0300 |
| commit | 949a5ac4d40fae1ab28e1e310c1b3cf130782d33 (patch) | |
| tree | dee73aba50e89bd22b318bc9bfd98eafc3df9370 /debian/notmuch.install | |
| parent | d877240f4e097eb3dd477409a24155c10e0b3c17 (diff) | |
configure: change default bash completion location to /usr/share
At least Fedora and Debian now use
/usr/share/bash-completion/completions now. Apparently
/etc/bash_completion.d will be phased out at some point in the future.
Diffstat (limited to 'debian/notmuch.install')
| -rw-r--r-- | debian/notmuch.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/notmuch.install b/debian/notmuch.install index 86e891d4..31b9a37e 100644 --- a/debian/notmuch.install +++ b/debian/notmuch.install @@ -1,3 +1,3 @@ usr/bin usr/share/man -etc/bash_completion.d +usr/share/bash-completion |
