From 98431c0f2cedd313389b7120917643d825381ba7 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 19 May 2019 03:51:29 -0400 Subject: [linux-libre][linux-libre-lts]: allow packaging with read-only startdir * https://labs.parabola.nu/issues/2141 * https://lists.parabola.nu/pipermail/dev/2019-May/007207.html --- libre/linux-libre/linux.install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libre/linux-libre/linux.install') diff --git a/libre/linux-libre/linux.install b/libre/linux-libre/linux.install index 19a43a524..dc4440d29 100644 --- a/libre/linux-libre/linux.install +++ b/libre/linux-libre/linux.install @@ -7,8 +7,6 @@ post_upgrade() { } post_remove() { - rm -f boot/initramfs-%PKGBASE%.img - rm -f boot/initramfs-%PKGBASE%-fallback.img + rm -f boot/initramfs-linux-libre.img + rm -f boot/initramfs-linux-libre-fallback.img } - -# vim:set ft=sh ts=8 sts=2 sw=2 et: -- cgit v1.2.3