summarylogtreecommitdiffstats
path: root/linux-tomoyo.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-tomoyo.install')
-rw-r--r--linux-tomoyo.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-tomoyo.install b/linux-tomoyo.install
index e8f1c3f2fc12..ef42413835ac 100644
--- a/linux-tomoyo.install
+++ b/linux-tomoyo.install
@@ -32,6 +32,6 @@ post_upgrade() {
post_remove() {
# also remove the compat symlinks
- rm -f boot/initramfs-linux-tomoyo${KERNEL_NAME}.img
- rm -f boot/initramfs-linux-tomoyo${KERNEL_NAME}-fallback.img
+ rm -f boot/initramfs-linux${KERNEL_NAME}.img
+ rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
}