moved files to files for better overview

This commit is contained in:
2025-05-21 03:12:44 +02:00
parent 79da7e0eba
commit d360997419
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Trigger]
Operation = Install
Type = Package
Target = *
[Action]
Description = Check if packages being installed are building on ALHP
When = PreTransaction
Exec = /usr/local/bin/alhp-pacman-hook.sh %n
Depends = jq,curl,yay

View File

@@ -0,0 +1,10 @@
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Check if installed packages have new versions building on ALHP
When = PreTransaction
Exec = /usr/local/bin/alhp-pacman-hook.sh
Depends = jq,curl,yay