mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
zsh: remove _notmuch completion; provided by the notmuch pkg already.
This commit is contained in:
parent
a2ad41251e
commit
11f7cf67c7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.5
|
version=5.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all info"
|
make_build_target="all info"
|
||||||
make_install_args="install.info"
|
make_install_args="install.info"
|
||||||
|
@ -33,7 +33,7 @@ pre_configure() {
|
||||||
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
|
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
|
||||||
done
|
done
|
||||||
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue