blob: e3411b7b078d881dfee51b9802b7872b6b00c2d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = highlight
[Action]
Description = Upgrade highlight.css for cgit syntax highlighting...
When = PostTransaction
# mycgit.css import this highlight.css and cgit.css, for syntax-highlighting-edited.sh
# because cgit.css is not pacman backup file and will be overwritten when upgrade cgit
Exec = /usr/bin/highlight -O xhtml --print-style -o /usr/share/webapps/cgit/highlight.css
Depends = highlight
Depends = cgit
|