mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 08:12:32 +01:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
|
# remove from airootfs!
|
||
|
[Trigger]
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Type = Package
|
||
|
Target = linux-neptune
|
||
|
|
||
|
[Action]
|
||
|
Description = Renaming linux-neptune to linux...
|
||
|
When = PostTransaction
|
||
|
Depends = linux-neptune
|
||
|
Exec = /usr/bin/sh -c 'cp /boot/vmlinuz-linux-neptune /boot/vmlinuz-linux; cp /boot/initramfs-linux-neptune.img /boot/initramfs-linux.img'
|