diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-27 17:36:51 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-27 17:36:51 -0800 | 
| commit | 6bbe02e2c39bbdd59c27929b182601b1aa898147 (patch) | |
| tree | 43e81ad62e0be8ff8f2bea733e6c51bd4cc9028c /linux-pinebookpro.install | |
| download | linux-pinebookpro-6bbe02e2c39bbdd59c27929b182601b1aa898147.tar.xz | |
Updated to 5.4.0
Sync PKGBUILD more closely with other kernel builds
Diffstat (limited to 'linux-pinebookpro.install')
| -rw-r--r-- | linux-pinebookpro.install | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-pinebookpro.install b/linux-pinebookpro.install new file mode 100644 index 0000000..eb30289 --- /dev/null +++ b/linux-pinebookpro.install @@ -0,0 +1,10 @@ +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-linux.img +  rm -f boot/initramfs-linux-fallback.img +}  | 
