We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0a515 commit 8088706Copy full SHA for 8088706
PKGBUILD
@@ -48,6 +48,10 @@ package() {
48
install -Dm0644 "$libalpm_hook" -t "${pkgdir}/usr/share/libalpm/hooks"
49
done
50
51
+ # Install completions
52
+ install -Dm644 "completions/zsh/_${pkgname%-*}" -t "${pkgdir}/usr/share/zsh/site-functions/"
53
+ install -Dm644 "completions/bash/${pkgname%-*}" -t "${pkgdir}/usr/share/bash-completion/completions"
54
+
55
# Install the LICENSE
56
install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
57
+}
0 commit comments