diff options
Diffstat (limited to 'linux-rt-lts.install')
-rw-r--r-- | linux-rt-lts.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/linux-rt-lts.install b/linux-rt-lts.install deleted file mode 100644 index 37ba374..0000000 --- a/linux-rt-lts.install +++ /dev/null @@ -1,10 +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 -} |