zsh: move completion.d and functions.d to usr/share
[grml-etc-core.git] / etc / zsh / completion.d / _grmlinitd
diff --git a/etc/zsh/completion.d/_grmlinitd b/etc/zsh/completion.d/_grmlinitd
deleted file mode 100644 (file)
index 177dfd5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef Start Restart Stop Reload
-local scripts
-scripts=( ${$(print /etc/init.d/*(x)):t} )
-_describe "service startup script" scripts