jobcore/texinfo/texinfo-install.hook
2022-03-20 14:19:37 +02:00

12 lines
281 B
Plaintext

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