From d17f7ef5b9b45956e2eba57a5a79d49a5b9ea3ee Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 8 Jul 2016 14:24:12 +0200 Subject: [PATCH] bash-completion-2.3-1: remove scripts conflicting with util-linux /usr/share/bash-completion/completions/mount and /usr/share/bash-completion/completions/umount would conflict with files with the same name (and apparently function) from util-linux-2.28-0 rebuild with new revision number and switch to versionless bee file --- bash-completion-2.3-0.bee => bash-completion-0.bee | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename bash-completion-2.3-0.bee => bash-completion-0.bee (93%) diff --git a/bash-completion-2.3-0.bee b/bash-completion-0.bee similarity index 93% rename from bash-completion-2.3-0.bee rename to bash-completion-0.bee index b67ef10f2..5a9e1bb31 100755 --- a/bash-completion-2.3-0.bee +++ b/bash-completion-0.bee @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +bee_version bash-completion-2.3-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -59,9 +61,12 @@ SRCURL[0]="https://github.com/scop/bash-completion/releases/download/${PKGVERSIO # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install + + rm $D/$PREFIX/share/bash-completion/completions/mount + rm $D/$PREFIX/share/bash-completion/completions/umount +} # by default this may be 'make install DESTDIR="${D}"' ###############################################################################