pacman hook

This commit is contained in:
eneller
2025-09-06 14:27:54 +02:00
parent c2ada6c306
commit 542fd9f3ec
3 changed files with 17 additions and 1 deletions

10
uv-upgrade.hook Normal file
View File

@@ -0,0 +1,10 @@
[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