Initial commit
This commit is contained in:
commit
73120dca56
10 changed files with 383 additions and 0 deletions
14
fix-appstream-data.hook
Normal file
14
fix-appstream-data.hook
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Path
|
||||
Target = usr/share/swcatalog/xmls/*.xml.gz
|
||||
|
||||
# attention: hook name before: update-appstream-cache.hook
|
||||
|
||||
[Action]
|
||||
Description = fix appstream datas for pamac
|
||||
When = PostTransaction
|
||||
Depends = gzip
|
||||
Exec = /etc/pacman.d/hooks.bin/fix-appstream-data.sh
|
||||
NeedsTargets
|
||||
Loading…
Add table
Add a link
Reference in a new issue