summaryrefslogtreecommitdiff
path: root/libre-testing/texinfo/texinfo-install.hook
blob: 80f7896298de6ceccb454efba566b5868f98b58f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Type = File
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