Files
termux-packages/packages/dpkg
termux-pacman-bot 97fdbf6fe5 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-07-01 03:35:28 +00:00
..