summarylogtreecommitdiffstats
path: root/dbeaver.hook
blob: d1cdc44339ebb7dc2a9a960bdf18a671468783d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = etc/dbeaver/bundles.d/*.info

[Action]
Description = Updating the DBeaver bundles.info database...
When = PostTransaction
Exec = /bin/sh -c '> /etc/dbeaver/bundles.info; cat /etc/dbeaver/bundles.d/*.info > /etc/dbeaver/bundles.info'