summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorKyle Devir2019-10-30 20:24:53 +1000
committerKyle Devir2019-10-30 20:24:53 +1000
commitdc4947ed89272a3dbc327364d17419f85e470c0a (patch)
tree9712de099183360b1011c1c3fc2f587b0e1709eb /linux.install
parentdf504658d63353b7ad0c80838321e2357842936f (diff)
downloadaur-dc4947ed89272a3dbc327364d17419f85e470c0a.tar.gz
5.3.8.1, sync with vanilla Arch kernel changes
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/linux.install b/linux.install
deleted file mode 100644
index 6cbfb722522b..000000000000
--- a/linux.install
+++ /dev/null
@@ -1,19 +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_install() {
- echo "While using PDS, priority policies might induce thrashing in memory-starved scenarios, however"
- echo "thrash-protect can remedy this, therefore, run 'systemctl enable thrash-protect.service', and then reboot."
-}
-
-post_remove() {
- rm -f boot/initramfs-%PKGBASE%.img
- rm -f boot/initramfs-%PKGBASE%-fallback.img
-
- echo "If you no longer wish to use thrash-protect, run 'systemctl disable thrash-protect.service', and then reboot."
-}
-
-# vim:set ft=sh ts=8 sts=2 sw=2 et: