ProxSpace/msys2/usr/share/libalpm/hooks/texinfo-install.hook
2020-09-07 18:14:14 +02:00

12 lines
285 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 "$f" /usr/share/info/dir 2> /dev/null; done'
NeedsTargets