diff options
author | Michael Vogt <mvo@debian.org> | 2014-05-05 16:24:52 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-05 16:24:52 +0200 |
commit | afe81fd9edb02103f3e73081dbe42ba429bb7fc6 (patch) | |
tree | f35a45feb4e20623adc0fd8c4c9c3a1d270c11d7 /debian/rules | |
parent | a11f6c973bc0dc226d8953e3edb6333d526c3143 (diff) |
Revert "add bash completion for the "apt" command"
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc.
Conflicts:
debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index fc0e9e8f6..f8b392986 100755 --- a/debian/rules +++ b/debian/rules @@ -189,8 +189,6 @@ apt: build-binary build-manpages debian/apt.install cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove cp debian/apt.auto-removal.sh debian/$@/etc/kernel/postinst.d/apt-auto-removal chmod 755 debian/$@/etc/kernel/postinst.d/apt-auto-removal - # install bash completion - cp share/bash-completions/* debian/$@/usr/share/bash-completion/completions/ # install vendor specific apt confs find -L vendor/current -name 'apt.conf-*' | while read conf; do cp "$${conf}" "debian/$@/etc/apt/apt.conf.d/$${conf#*-}"; done |