11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
[Trigger]
|
|
Operation = Upgrade
|
|
Type = Package
|
|
Target = *
|
|
|
|
[Action]
|
|
Description = Upgrade python programs installed as 'uv tool'
|
|
When = PostTransaction
|
|
Depends = python-uv
|
|
Exec = /usr/bin/uv tool upgrade --all
|