zsh: move completion.d and functions.d to usr/share
[grml-etc-core.git] / etc / zsh / functions.d / grml-wallpaper
diff --git a/etc/zsh/functions.d/grml-wallpaper b/etc/zsh/functions.d/grml-wallpaper
deleted file mode 100644 (file)
index 64c82aa..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# vim:filetype=zsh
-if [[ -f /usr/share/grml/"$1" ]] ; then
-    Esetroot -scale /usr/share/grml/"$1"
-else
-    Esetroot -scale "$@"
-fi