Changed 89-rename hooks' Targets from Path to Package

master
Brainwrecked Tech 5 years ago
parent 6e14cb7cb6
commit 5108d3b449

@ -1,10 +1,10 @@
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = boot/vmlinuz-linux-lts
Type=Package
Operation=Install
Operation=Upgrade
Target=linux-lts
[Action]
Description = Renaming vmlinuz-linux-lts to arch-lts.krn...
When = PostTransaction
Exec = /usr/bin/mv /boot/vmlinuz-linux-lts /boot/resc-lts.krn
Description=Renaming vmlinuz-linux-lts to arch-lts.krn...
When=PostTransaction
Exec=/usr/bin/mv /boot/vmlinuz-linux-lts /boot/resc-lts.krn

@ -1,10 +1,10 @@
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = boot/vmlinuz-linux-zen
Type=Package
Operation=Install
Operation=Upgrade
Target=linux-zen
[Action]
Description = Renaming vmlinuz-linux-zen to arch-zen.krn...
When = PostTransaction
Exec = /usr/bin/mv /boot/vmlinuz-linux-zen /boot/arch-zen.krn
Description=Renaming vmlinuz-linux-zen to arch-zen.krn...
When=PostTransaction
Exec=/usr/bin/mv /boot/vmlinuz-linux-zen /boot/arch-zen.krn

Loading…
Cancel
Save