Skip to content

Commit

Permalink
Merge pull request #59 from mariux64/disable-bash-completion-by-default
Browse files Browse the repository at this point in the history
Disable bash-completion by default
  • Loading branch information
wwwutz committed Jul 20, 2016
2 parents 80da8de + d8bc03e commit 93ecbd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bash-completion.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bash-completion-2.3-2
# BEE_VERSION bash-completion-2.3-3

## 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.)
Expand Down Expand Up @@ -67,6 +67,9 @@ mee_install() {
rm -v $D/${DATAROOTDIR}/bash-completion/completions/mount
rm -v $D/${DATAROOTDIR}/bash-completion/completions/umount
mv -v $D/${DATAROOTDIR}/bash-completion/completions/{nc,netcat}

mkdir -p $D/${DOCDIR}
mv -v $D/${SYSCONFDIR}/profile.d/bash_completion.sh $D/${DOCDIR}/
}
# by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 93ecbd2

Please sign in to comment.