summaryrefslogtreecommitdiff
path: root/libre/linux-libre/linux.install
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-11-03 15:56:49 -0300
committerDavid P <megver83@parabola.nu>2019-11-03 15:56:49 -0300
commitb6f181e99f4b88fc54de24532601804b9c7f073e (patch)
treec34d582cf10c38f4a7cb93be3f404588dc38a94f /libre/linux-libre/linux.install
parent992806096cd7b6a75d025e5525d7832237025334 (diff)
downloadabslibre-b6f181e99f4b88fc54de24532601804b9c7f073e.tar.gz
abslibre-b6f181e99f4b88fc54de24532601804b9c7f073e.tar.bz2
abslibre-b6f181e99f4b88fc54de24532601804b9c7f073e.zip
updpkg: libre/linux-libre 5.3.8_gnu-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/linux.install')
-rw-r--r--libre/linux-libre/linux.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/linux-libre/linux.install b/libre/linux-libre/linux.install
deleted file mode 100644
index 19a43a524..000000000
--- a/libre/linux-libre/linux.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_upgrade() {
- if [ "$(uname -m)" = "x86_64" ] || [ "$(uname -m)" = "i686" ]; then
- 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
- 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: