From 097d357b1e35d78ea7a9647de485f937ea502c65 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 5 Jun 2016 03:15:50 +0200 Subject: [PATCH] bash-completion: mount, umount completions provided by util-linux --- srcpkgs/bash-completion/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bash-completion/template b/srcpkgs/bash-completion/template index 0be9a15e71..b13df840b4 100644 --- a/srcpkgs/bash-completion/template +++ b/srcpkgs/bash-completion/template @@ -1,7 +1,7 @@ # Template file for 'bash-completion' pkgname=bash-completion version=2.1 -revision=7 +revision=8 noarch="yes" build_style=gnu-configure makedepends="bash" @@ -15,7 +15,7 @@ checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f post_install() { # remove completions provided by util-linux. - for f in su dmesg ionice rtcwake look hexdump chsh renice hwclock \ + for f in su dmesg ionice rtcwake look hexdump chsh renice hwclock mount umount \ cal eject newgrp; do rm -f ${DESTDIR}/usr/share/bash-completion/completions/${f} done