archrelease: copy trunk to extra-x86_64
[arch-packages.git] / texinfo / repos / core-x86_64 / texinfo-install.hook
blob04f5e5a910f8b9d3c04d8fd9eda8072aa3780f3d
1 [Trigger]
2 Type = Path
3 Operation = Install
4 Operation = Upgrade
5 Target = usr/share/info/*
7 [Action]
8 Description = Updating the info directory file...
9 When = PostTransaction
10 Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
11 NeedsTargets