summarylogtreecommitdiffstats
path: root/texinfo-remove.hook
blob: b9c9e6ed7f0153e898dd614b006be77983b1ca67 (plain)
1
2
3
4
5
6
7
8
9
10
[Trigger]
Type = Path
Operation = Remove
Target = usr/share/info/*

[Action]
Description = Removing old entries from the info directory file...
When = PreTransaction
Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
NeedsTargets