From: Gabriel Rauter Date: Tue, 29 Nov 2016 18:00:38 +0000 (+0100) Subject: networkctl: install zsh completion from #3062 (#4767) X-Git-Tag: v233~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d2d40dbabd241354f62b57f407fb23c20d7860;p=thirdparty%2Fsystemd.git networkctl: install zsh completion from #3062 (#4767) zsh autocompletion provided by #3062 will be installed when networkd is enabled. --- diff --git a/Makefile.am b/Makefile.am index 6c350b0ec4f..124e1867cde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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