diff options
author | 2004-01-25 13:40:43 +0000 | |
---|---|---|
committer | 2004-01-25 13:40:43 +0000 | |
commit | 8903c40d827462e9204e8413da80eadfb75bd7ff (patch) | |
tree | f8e7e131e924af113907a24e3bffc849e98033a1 /app-shells/bash-completion/files | |
parent | New version. Have had to put mdb dependency behind a not-alpha as mdbtools ar... (diff) | |
download | gentoo-2-8903c40d827462e9204e8413da80eadfb75bd7ff.tar.gz gentoo-2-8903c40d827462e9204e8413da80eadfb75bd7ff.tar.bz2 gentoo-2-8903c40d827462e9204e8413da80eadfb75bd7ff.zip |
Removed files/README.gentoo because it's not being used by the ebuild (anymore).
Diffstat (limited to 'app-shells/bash-completion/files')
-rw-r--r-- | app-shells/bash-completion/files/README.gentoo | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-shells/bash-completion/files/README.gentoo b/app-shells/bash-completion/files/README.gentoo deleted file mode 100644 index de0c5b80ebf6..000000000000 --- a/app-shells/bash-completion/files/README.gentoo +++ /dev/null @@ -1,15 +0,0 @@ - -# to make bash completion available to all bash users add -# the following lines to /etc/profile -# -# alternatively if you want to add bash completion for every newly created user -# add the following lines to /etc/skel/.bashrc - - -bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.} -if [ "$PS1" ] && [ $bmajor -eq 2 ] && [ $bminor '>' 04 ] \ - && [ -f /etc/bash_completion ]; then # interactive shell - # Source completion code - . /etc/bash_completion -fi -unset bash bmajor bminor
\ No newline at end of file |