diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:23:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:23:47 +0300 |
commit | fcd3644dcd12ec7ec7d00e39066c3c1ada19bf47 (patch) | |
tree | ff62b356fe02223ec382d378706489fb1989f54c /community/zsh-syntax-highlighting/build | |
parent | e2f86014196dff83b0d03f962502dc96e597aaf1 (diff) | |
download | repository-fcd3644dcd12ec7ec7d00e39066c3c1ada19bf47.tar.gz |
zsh-syntax-hl: drop package
Diffstat (limited to 'community/zsh-syntax-highlighting/build')
-rwxr-xr-x | community/zsh-syntax-highlighting/build | 7 |
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/" |