archrelease: copy trunk to testing-x86_64
[arch-packages.git] / texinfo / trunk / texinfo-remove.hook
blobb9c9e6ed7f0153e898dd614b006be77983b1ca67
1 [Trigger]
2 Type = Path
3 Operation = Remove
4 Target = usr/share/info/*
6 [Action]
7 Description = Removing old entries from the info directory file...
8 When = PreTransaction
9 Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
10 NeedsTargets