ソースを参照

Install bash completion with correct name

Move the completion to completions/bash/apt and install all
bash completions from completions/bash.

Gbp-Dch: ignore
Julian Andres Klode 10 年 前
コミット
7f1614554c
共有2 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 0 0
      completions/bash/apt
  2. 1 1
      debian/apt.install.in

debian/apt.bash-completion → completions/bash/apt


+ 1 - 1
debian/apt.install.in

@@ -4,4 +4,4 @@ bin/methods/* usr/lib/apt/methods/
 scripts/dselect/* usr/lib/dpkg/methods/apt/
 scripts/dselect/* usr/lib/dpkg/methods/apt/
 usr/share/locale/*/*/apt.mo
 usr/share/locale/*/*/apt.mo
 bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/
 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/