On Fri, 18 Apr 2025 15:39:59 -0700 Soren Stoutner <[email protected]> wrote:
On Friday, April 18, 2025 11:14:58 AM Mountain Standard Time Jörg-
Volker Peetz wrote:
> Hi,
>
> another remark on the contents of the trigger file
> `redmine.triggers`: It has now
>
> ```
> interest-noawait /usr/share/redmine/plugins
> interest-noawait /usr/lib/ruby/vendor_ruby
> interest-noawait /usr/share/rubygems-integration
> interest-noawait /usr/lib/*/rubygems-integration
> ```
>
> As far as I could find, `/usr/share/redmine/plugins` isn't present
> in any package.
This is used by the Redmine plugin packages. For example, redmine-
plugins-local-avatars.
https://packages.debian.org/trixie/all/redmine-plugin-local-avatars/
filelist
I tried to find directories named `plugins` on
https://www.debian.org/distrib/packages#search_contents and didn't realize that
it skips directory names.
I've installed package `apt-file` now and searched for 'share/redmine/plugins':
apt-file -l search 'share/redmine/plugins'
which gives indeed
redmine-plugin-custom-css
redmine-plugin-local-avatars
redmine-plugin-pretend
Thank you Soren.
Regards,
Jörg.