mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
bash-completion: remove rfkill completion to avoid conflict with util-linux>=2.31
This commit is contained in:
parent
33df41ec97
commit
352e83b5f8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bash-completion'
|
# Template file for 'bash-completion'
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="profiledir=/etc/bash/bashrc.d"
|
make_install_args="profiledir=/etc/bash/bashrc.d"
|
||||||
|
@ -16,5 +16,5 @@ checksum=41ba892d3f427d4a686de32673f35401bc947a7801f684127120cdb13641441e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove completions provided by util-linux.
|
# 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}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue