IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

Use same naming scheme like bash-completion

Open robert-scheck opened this issue 2 years ago • 1 comments

As of writing, all bash-completion files installed by IcedTea-Web are named e.g. /usr/share/bash-completion/completions/javaws.bash while bash-completion itself uses a naming scheme without .bash, thus e.g. /usr/share/bash-completion/completions/javaws would conform upstream's naming scheme.

Example file lists from downstreams packaging bash-completion:

  • Fedora: https://packages.fedoraproject.org/pkgs/bash-completion/bash-completion/fedora-rawhide.html#files
  • Debian: https://packages.debian.org/sid/all/bash-completion/filelist

robert-scheck avatar Apr 23 '23 00:04 robert-scheck