summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authoranthraxx2019-10-03 22:02:02 +0200
committeranthraxx2019-10-03 22:02:02 +0200
commitfcfa50c78179408a3c724d22a0b7aa19f581864d (patch)
treeca32616a9a1ea20771edfc358e926adba6450922 /linux.install
downloadaur-fcfa50c78179408a3c724d22a0b7aa19f581864d.tar.gz
addpkg: linux-hardened-git 5.3.0.r857780.g1317ca6048b5-1
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux.install b/linux.install
new file mode 100644
index 000000000000..c78c1a9835b6
--- /dev/null
+++ b/linux.install
@@ -0,0 +1,13 @@
+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
+}
+
+# vim:set ft=sh ts=8 sts=2 sw=2 et: