bash-completion: remove rfkill completion to avoid conflict with util-linux>=2.31

This commit is contained in:
Alessio Sergi 2017-10-26 19:46:25 +02:00
parent 33df41ec97
commit 352e83b5f8

View file

@ -1,7 +1,7 @@
# Template file for 'bash-completion'
pkgname=bash-completion
version=2.7
revision=1
revision=2
noarch=yes
build_style=gnu-configure
make_install_args="profiledir=/etc/bash/bashrc.d"
@ -16,5 +16,5 @@ checksum=41ba892d3f427d4a686de32673f35401bc947a7801f684127120cdb13641441e
post_install() {
# remove completions provided by util-linux.
rm -f ${DESTDIR}/usr/share/bash-completion/completions/{u,}mount*
rm -f ${DESTDIR}/usr/share/bash-completion/completions/{{u,}mount*,rfkill}
}