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