aboutsummaryrefslogtreecommitdiffstats
path: root/community/tpm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tpm/APKBUILD')
-rw-r--r--community/tpm/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/tpm/APKBUILD b/community/tpm/APKBUILD
index bfb71fcc0d..4245a6ce11 100644
--- a/community/tpm/APKBUILD
+++ b/community/tpm/APKBUILD
@@ -30,7 +30,6 @@ bashcomp() {
depends=""
pkgdesc="Bash completions for $pkgname"
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
- arch="noarch"
install -Dm644 "$builddir"/contrib/bash_completion \
"$subpkgdir"/usr/share/bash-completion/completions/$pkgname || return 1
@@ -40,7 +39,6 @@ zshcomp() {
depends=""
pkgdesc="Zsh completions for $pkgname"
install_if="$pkgname=$pkgver-r$pkgrel zsh"
- arch="noarch"
install -Dm644 "$builddir"/contrib/zsh_completion \
"$subpkgdir"/usr/share/zsh/site-functions/_$pkgname || return 1