mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
android-tools: delete broken zsh completion
This commit is contained in:
parent
bb6b660ca5
commit
16dd103624
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=31.0.0p1
|
version=31.0.0p1
|
||||||
revision=2
|
revision=3
|
||||||
archs="armv* aarch64* x86_64* i686* ppc64le*"
|
archs="armv* aarch64* x86_64* i686* ppc64le*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl go protobuf"
|
hostmakedepends="perl go protobuf"
|
||||||
|
@ -20,6 +20,8 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
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/LICENSE boringssl.LICENSE
|
||||||
vlicense vendor/boringssl/third_party/fiat/LICENSE fiat.LICENSE
|
vlicense vendor/boringssl/third_party/fiat/LICENSE fiat.LICENSE
|
||||||
vsv adb
|
vsv adb
|
||||||
|
|
Loading…
Add table
Reference in a new issue