[arch-commits] Commit in linux/trunk (linux.install)

Tobias Powalowski tpowa at archlinux.org
Sat Jul 23 10:51:50 UTC 2011


    Date: Saturday, July 23, 2011 @ 06:51:50
  Author: tpowa
Revision: 132356

fix .install linux name

Modified:
  linux/trunk/linux.install

---------------+
 linux.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: linux.install
===================================================================
--- linux.install	2011-07-23 10:45:26 UTC (rev 132355)
+++ linux.install	2011-07-23 10:51:50 UTC (rev 132356)
@@ -47,6 +47,6 @@
 }
 
 post_remove() {
- rm -f /boot/initramfs-ARCH${KERNEL_NAME}.img
- rm -f /boot/initramfs-ARCH${KERNEL_NAME}-fallback.img
+ rm -f /boot/initramfs-linux${KERNEL_NAME}.img
+ rm -f /boot/initramfs-linux${KERNEL_NAME}-fallback.img
 }




More information about the arch-commits mailing list