blob: e9ad0da10e3925b494ee2c6a2586d3e8b49498fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/share/man/*
[Action]
Description = Updating manpage index cache...
When = PostTransaction
Exec = /usr/bin/mandb --quiet
|