Skip to content

Include bash completion file in gopass.rpm

Tore Anderson requested to merge toreanderson/gopass-rpm:master into master

Bash completion is very useful, so make sure it is included in the gopass RPM package.

Since bash is the default shell and guaranteed to always be installed, do not create a separate RPM package for the completion file, instead simply include it in the main gopass RPM package.

Merge request reports