zsh: remove _notmuch completion; provided by the notmuch pkg already.

This commit is contained in:
Juan RP 2014-03-14 11:53:45 +01:00
parent a2ad41251e
commit 11f7cf67c7

View file

@ -1,7 +1,7 @@
# Template file for 'zsh'
pkgname=zsh
version=5.0.5
revision=1
revision=2
build_style=gnu-configure
make_build_target="all info"
make_install_args="install.info"
@ -33,7 +33,7 @@ pre_configure() {
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f Completion/Unix/Command/_{osc,systemd}
rm -f Completion/Unix/Command/_{notmuch,osc,systemd}
}
post_install() {