android-tools: delete broken zsh completion
This commit is contained in:
parent
bb6b660ca5
commit
16dd103624
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'android-tools'
|
||||
pkgname=android-tools
|
||||
version=31.0.0p1
|
||||
revision=2
|
||||
revision=3
|
||||
archs="armv* aarch64* x86_64* i686* ppc64le*"
|
||||
build_style=cmake
|
||||
hostmakedepends="perl go protobuf"
|
||||
|
@ -20,6 +20,8 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
fi
|
||||
|
||||
post_install() {
|
||||
# zsh's built in works, while this one doesn't
|
||||
rm -f $DESTDIR/usr/share/zsh/site-functions/_adb
|
||||
vlicense vendor/boringssl/LICENSE boringssl.LICENSE
|
||||
vlicense vendor/boringssl/third_party/fiat/LICENSE fiat.LICENSE
|
||||
vsv adb
|
||||
|
|
Loading…
Reference in New Issue