diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-08 21:36:53 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-08 21:37:36 +0100 |
commit | 7f1614554c421905a946dff3b3082ed6af7d468c (patch) | |
tree | 26f900ab414d531a9268aa9722f4effda5161dd9 | |
parent | 9e7783f64b9db3a1b14d84c1b791a283013356b6 (diff) |
Install bash completion with correct name
Move the completion to completions/bash/apt and install all
bash completions from completions/bash.
Gbp-Dch: ignore
-rw-r--r-- | completions/bash/apt (renamed from debian/apt.bash-completion) | 0 | ||||
-rw-r--r-- | debian/apt.install.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.bash-completion b/completions/bash/apt index d7104ec5a..d7104ec5a 100644 --- a/debian/apt.bash-completion +++ b/completions/bash/apt diff --git a/debian/apt.install.in b/debian/apt.install.in index e2bedcca7..4b7330340 100644 --- a/debian/apt.install.in +++ b/debian/apt.install.in @@ -4,4 +4,4 @@ bin/methods/* usr/lib/apt/methods/ scripts/dselect/* usr/lib/dpkg/methods/apt/ usr/share/locale/*/*/apt.mo bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/ -../debian/apt.bash-completion /usr/share/bash-completion/completions/ +../completions/bash/* /usr/share/bash-completion/completions/ |