Files
MSYS2-packages/texinfo/texinfo-install.hook
Christopher Degawa eada7dc0e4 texinfo: append .exe to install-info
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2024-06-07 07:25:11 -05:00

12 lines
289 B
Plaintext

[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/info/*
[Action]
Description = Updating the info directory file...
When = PostTransaction
Exec = /usr/bin/sh -c 'while read -r f; do install-info.exe "$f" /usr/share/info/dir 2> /dev/null; done'
NeedsTargets