networkctl: install zsh completion from #3062 (#4767)
authorGabriel Rauter <rauter.gabriel@gmail.com>
Tue, 29 Nov 2016 18:00:38 +0000 (19:00 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Nov 2016 18:00:38 +0000 (13:00 -0500)
zsh autocompletion provided by #3062 will be installed when networkd is
enabled.

Makefile.am

index 6c350b0..124e186 100644 (file)
@@ -5719,6 +5719,9 @@ networkctl_LDADD = \
 dist_bashcompletion_data += \
        shell-completion/bash/networkctl
 
+dist_zshcompletion_data += \
+       shell-completion/zsh/_networkctl
+
 test_networkd_conf_SOURCES = \
        src/network/test-networkd-conf.c