zsh: removed pkg{add,rm,info} completion files.

They break completion for CRUX' pkgutils, so we remove them for now.
This fixes bug #381.
This commit is contained in:
Tilman Sauerbeck 2008-12-09 21:18:57 +01:00
parent 05cf451439
commit 79c51f4700
2 changed files with 5 additions and 4 deletions

View File

@ -446,9 +446,6 @@ drwxr-xr-x root/root usr/share/zsh/4.3.9/functions/Completion/Unix/
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ping
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg-config
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg_instance
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkgadd
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkginfo
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkgrm
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pon
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ports
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_postfix

View File

@ -6,7 +6,7 @@
name=zsh
version=4.3.9
release=1
release=2
source=(http://www.zsh.org/pub/$name-$version.tar.bz2 \
http://www.grml.org/zsh/zsh-lovers.1)
@ -34,4 +34,8 @@ build() {
make DESTDIR=$PKG install
install -m 644 $SRC/zsh-lovers.1 $PKG/usr/man/man1/
# These completion files break things for CRUX' pkgutils,
# so remove them for now (see bug #381).
rm $PKG/usr/share/zsh/$version/functions/Completion/Unix/_pkg{add,rm,info}
}