texinfo-install.hook 281 B

123456789101112
  1. [Trigger]
  2. Type = File
  3. Operation = Install
  4. Operation = Upgrade
  5. Target = usr/share/info/*
  6. [Action]
  7. Description = Updating the info directory file...
  8. When = PostTransaction
  9. Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
  10. NeedsTargets