PKGBUILDs/core/texinfo/texinfo-install.hook

12 lines
307 B
Plaintext
Raw Normal View History

2023-02-25 22:07:22 +00:00
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/info/*
[Action]
Description = Updating the info directory file...
When = PostTransaction
2023-11-18 14:26:40 +00:00
Exec = /bin/sh -c 'while read -r f; do if test -f "$f"; then install-info "$f" /usr/share/info/dir 2> /dev/null; fi; done'
2023-02-25 22:07:22 +00:00
NeedsTargets