jobcore/texinfo/texinfo-install.hook

12 lines
307 B
Plaintext
Raw Normal View History

2022-03-20 13:19:37 +01:00
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/info/*
[Action]
Description = Updating the info directory file...
When = PostTransaction
2023-11-14 00:32:09 +01: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'
2022-03-20 13:19:37 +01:00
NeedsTargets