mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-01-24 03:33:01 -08:00
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
[Trigger]
|
|
Type = Path
|
|
Operation = Remove
|
|
Target = usr/share/info/*
|
|
|
|
[Action]
|
|
Description = Removing old entries from the info directory file...
|
|
When = PreTransaction
|
|
Exec = /usr/bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
|
|
NeedsTargets
|