texinfo-remove.hook 285 B

1234567891011
  1. [Trigger]
  2. Type = File
  3. Operation = Remove
  4. Target = usr/share/info/*
  5. [Action]
  6. Description = Removing old entries from the info directory file...
  7. When = PreTransaction
  8. Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
  9. NeedsTargets