summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/meson.build')
-rw-r--r--shell-completion/zsh/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build
new file mode 100644
index 0000000..489be56
--- /dev/null
+++ b/shell-completion/zsh/meson.build
@@ -0,0 +1,3 @@
+if zshcompletiondir != 'no'
+ install_data('_pulseaudio', install_dir : zshcompletiondir)
+endif