blob: e4e2c614672c3a4eb4b68b83b6969340bf1c1133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/info/*
[Action]
Description = Updating the info directory file...
When = PostTransaction
Exec = /bin/sh -c 'while read -r f; do if test -f "$f"; then install-info "$f" /usr/share/info/dir 2> /dev/null; fi; done'
NeedsTargets
|