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}"' ###############################################################################