fix .install linux name
This commit is contained in:
parent
7f6630d9a6
commit
a071fec2bb
@ -47,6 +47,6 @@ post_upgrade() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_remove() {
|
post_remove() {
|
||||||
rm -f /boot/initramfs-ARCH${KERNEL_NAME}.img
|
rm -f /boot/initramfs-linux${KERNEL_NAME}.img
|
||||||
rm -f /boot/initramfs-ARCH${KERNEL_NAME}-fallback.img
|
rm -f /boot/initramfs-linux${KERNEL_NAME}-fallback.img
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user