123456789101112131415161718 |
- [Trigger]
- Type = File
- Operation = Install
- Operation = Upgrade
- Operation = Remove
- Target = usr/share/metainfo/*
- [Trigger]
- Type = Package
- Operation = Install
- Operation = Upgrade
- Target = appstream
- [Action]
- Description = Updating the appstream cache...
- When = PostTransaction
- Exec = /usr/bin/appstreamcli refresh-cache --force
|