summaryrefslogtreecommitdiffstats
path: root/contrib/PKGBUILD
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-02-01 16:27:42 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-02-01 16:27:42 +0100
commit0f7cec5f9569be5eaae46faf8d76f06be7152ddb (patch)
treeb6465a40ef5c348ca03c6e66a507ed2d5fd7101b /contrib/PKGBUILD
parent4a8465a1f308890c7f54eab8c0a7c270fc0246ed (diff)
downloadnetctl-0f7cec5f9569be5eaae46faf8d76f06be7152ddb.tar.gz
netctl-0f7cec5f9569be5eaae46faf8d76f06be7152ddb.tar.xz
Improve completion
- Add Bash completion for netctl-auto and wifi-menu - Add full (but basic) zsh completion
Diffstat (limited to 'contrib/PKGBUILD')
-rw-r--r--contrib/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD
index e743bfe..d614dfd 100644
--- a/contrib/PKGBUILD
+++ b/contrib/PKGBUILD
@@ -28,5 +28,6 @@ package() {
# Shell Completion
install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netctl"
+ install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
}