summaryrefslogtreecommitdiff
path: root/libre/linux-libre/linux.install
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-05-20 16:21:13 -0400
committerDavid P <megver83@parabola.nu>2019-05-20 16:21:13 -0400
commit3454fb496e25e800c930ea5eacf05cc7b325f86c (patch)
treea2f6cf06b8edaf3c3927cfeae84192098855220a /libre/linux-libre/linux.install
parent52487c2a9ffd93d1ff909e37b93b3c17aa19ca7e (diff)
downloadabslibre-3454fb496e25e800c930ea5eacf05cc7b325f86c.tar.gz
abslibre-3454fb496e25e800c930ea5eacf05cc7b325f86c.tar.bz2
abslibre-3454fb496e25e800c930ea5eacf05cc7b325f86c.zip
upgpkg: libre/linux-libre 5.1.3_gnu-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/linux.install')
-rw-r--r--libre/linux-libre/linux.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/linux-libre/linux.install b/libre/linux-libre/linux.install
index dc4440d29..19a43a524 100644
--- a/libre/linux-libre/linux.install
+++ b/libre/linux-libre/linux.install
@@ -7,6 +7,8 @@ post_upgrade() {
}
post_remove() {
- rm -f boot/initramfs-linux-libre.img
- rm -f boot/initramfs-linux-libre-fallback.img
+ rm -f boot/initramfs-%PKGBASE%.img
+ rm -f boot/initramfs-%PKGBASE%-fallback.img
}
+
+# vim:set ft=sh ts=8 sts=2 sw=2 et: