zsh-completions: resolve conflict with cheat

This commit is contained in:
Piotr Wójcik 2022-05-11 23:55:29 +02:00 committed by Piotr
parent 15d2499b4d
commit 6ab45118e1

View file

@ -1,7 +1,7 @@
# Template file for 'zsh-completions'
pkgname=zsh-completions
version=0.33.0
revision=1
revision=2
depends="zsh"
short_desc="Additional completions for Zsh"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
@ -16,6 +16,7 @@ post_patch() {
do_install() {
vmkdir usr/share/zsh/site-functions/
rm src/_cheat # cheat package includes better one
vcopy src/_* usr/share/zsh/site-functions/
vlicense LICENSE
}