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
20
repo/pacman-boot-backup-hook/50_bootbackup.hook
Normal file
20
repo/pacman-boot-backup-hook/50_bootbackup.hook
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[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 = PreTransaction
|
||||
Exec = /usr/share/libalpm/scripts/backup-boot-partition pre
|
||||
AbortOnFail
|
||||
Loading…
Add table
Add a link
Reference in a new issue