summarylogtreecommitdiffstats
path: root/linux-tomoyo.install
diff options
context:
space:
mode:
authordysphr@aur2015-07-27 09:15:48 +0100
committerdysphr@aur2015-07-27 09:15:48 +0100
commit5ba4a25c288f04b4af989fc0d7c26ef5b48ec150 (patch)
tree8a7a56fa5aac4a864cb1cacac15e5ca35739e68b /linux-tomoyo.install
parent1dadeaef9b7f2544081bc9b5d8972c15a273774a (diff)
downloadaur-5ba4a25c288f04b4af989fc0d7c26ef5b48ec150.tar.gz
Update and fix PKGBUILD
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
}