Commit Graph

3 Commits

Author SHA1 Message Date
termux-pacman-bot
4887f6961a fix(main/dpkg): Adjust the phrasing of the update-alternatives mandoc hook warning message to be clearer
- For several users, the message was unclear and seemed to imply a serious problem occurring, which was not intended. This should improve the readability of the message.
2025-08-07 08:44:36 +00:00
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
termux-pacman-bot
3d7ba82b6e enhance(main/dpkg): add makewhatis hook to update-alternatives 2025-06-30 02:42:11 +00:00