--- a/core/kernel26/kernel26.install 2009-12-31 05:07:25.000000000 +0000 +++ b/core/kernel26/kernel26.install 2009-12-31 08:33:32.000000000 +0000 @@ -140,3 +140,8 @@ echo ">>> 'http://wiki.archlinux.org/index.php/ACPI_modules'" fi } + +post_remove() { + rm -f /boot/kernel26${KERNEL_NAME}.img + rm -f /boot/kernel26${KERNEL_NAME}-fallback.img +}