0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-24 18:34:26 +00:00
Files
Robert Kirkman 289a3b08ac fix(main/dpkg): fixes for the update-alternatives -> mandoc hook
- Fixes https://github.com/termux/termux-packages/issues/25217

- Moves the call to `update_mandoc()` to a codepath that is simultaneously:
  - more likely to run when necessary (such as during `--config` subcommands)
  - and less likely to run when unnecessary (such as during `--install` and `--remove` subcommands)

- I would be interested in test results from others' devices if possible, because unfortunately, when I tested the original version of this patch it initially worked, but then stopped working after a few days.
2025-06-30 21:56:33 -05:00
..