aboutsummaryrefslogtreecommitdiff
path: root/community/zsh-syntax-highlighting/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:23:47 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:23:47 +0300
commitfcd3644dcd12ec7ec7d00e39066c3c1ada19bf47 (patch)
treeff62b356fe02223ec382d378706489fb1989f54c /community/zsh-syntax-highlighting/build
parente2f86014196dff83b0d03f962502dc96e597aaf1 (diff)
downloadrepository-fcd3644dcd12ec7ec7d00e39066c3c1ada19bf47.tar.gz
zsh-syntax-hl: drop package
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/"