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