summarylogtreecommitdiffstats
path: root/code-marketplace.hook
blob: 835af73254e7d29726f52c3593cce56712095046 (plain)
1
2
3
4
5
6
7
8
9
10
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = usr/lib/code/product.json

[Action]
Description = Patching product.json...
Exec = /usr/bin/bash -c "[ -f /usr/lib/code/product.json ] && /usr/bin/patch /usr/lib/code/product.json </usr/lib/code/product_json.patch || echo 'Failed to patch product.json. This package is only tested in [community/code 1.50.1-1].'"
When = PostTransaction