Skip to content
Snippets Groups Projects
Commit ab07a2be authored by Dave Reisner's avatar Dave Reisner
Browse files

drop adb completion, provided by android-tools

parent 1e2296c4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=bash-completion
pkgver=2.3
pkgrel=1
pkgrel=2
pkgdesc="Programmable completion for the bash shell"
arch=('any')
url="https://github.com/scop/bash-completion"
......@@ -37,4 +37,7 @@ package() {
# remove completions which overlap with util-linux
rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
# remove completions provided by android-tools
rm "${pkgdir}/usr/share/bash-completion/completions"/adb
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment