pacman-boot-backup-hook: auto updated to 1.7-1
This commit is contained in:
parent
68b6a57240
commit
05b7b7e422
7 changed files with 148 additions and 0 deletions
19
repo/pacman-boot-backup-hook/uu_bootbackup.hook
Normal file
19
repo/pacman-boot-backup-hook/uu_bootbackup.hook
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[Trigger]
|
||||
Type = Package
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Target = systemd
|
||||
|
||||
[Trigger]
|
||||
Type = Path
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Target = boot/vmlinuz-*
|
||||
Target = usr/lib/modules/*/vmlinuz
|
||||
Target = usr/lib/initcpio/*
|
||||
|
||||
[Action]
|
||||
Description = Backup boot partition...
|
||||
When = PostTransaction
|
||||
Exec = /usr/share/libalpm/scripts/backup-boot-partition post
|
||||
Loading…
Add table
Add a link
Reference in a new issue