mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
307 B
Text
11 lines
307 B
Text
[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
|