aboutsummaryrefslogtreecommitdiff
path: root/community/zsh-syntax-highlighting/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/zsh-syntax-highlighting/build')
-rwxr-xr-xcommunity/zsh-syntax-highlighting/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/zsh-syntax-highlighting/build b/community/zsh-syntax-highlighting/build
deleted file mode 100755
index fe80c8d0..00000000
--- a/community/zsh-syntax-highlighting/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-install -Dm644 zsh-syntax-highlighting.zsh "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
-install -Dm644 .version "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/.version"
-install -Dm644 .revision-hash "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/.revision-hash"
-
-cp -r highlighters "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/"