summaryrefslogtreecommitdiff
path: root/linux.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-04 08:44:13 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-04 08:44:13 -0800
commit6fe23a33b8eb1cd53377dd01d6003e451ca1996d (patch)
tree09506530aba51dd9839fe391f8b06dcf217b32e8 /linux.install
parentUpdated to 5.3.7.b (diff)
downloadlinux-libre-hardened-6fe23a33b8eb1cd53377dd01d6003e451ca1996d.tar.xz
Updated to 5.3.8.a
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/linux.install b/linux.install
deleted file mode 100644
index a20b44c..0000000
--- a/linux.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
- echo "WARNING: /boot appears to be a separate partition but is not mounted."
- fi
-
-}
-
-post_remove() {
- rm -f boot/initramfs-%PKGBASE%.img
- rm -f boot/initramfs-%PKGBASE%-fallback.img
-}