diff options
author | David P <megver83@parabola.nu> | 2018-01-31 12:47:02 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-01-31 12:47:02 -0300 |
commit | 78f949ae26fc19f7fb7bf763d0cda17bcf1b3bea (patch) | |
tree | f182c10abc398d62c54bc43aec21cec92aef189b /libre/linux-libre | |
parent | 404608df42527400d4d79090273d53fc1293a14c (diff) | |
download | abslibre-78f949ae26fc19f7fb7bf763d0cda17bcf1b3bea.tar.gz abslibre-78f949ae26fc19f7fb7bf763d0cda17bcf1b3bea.tar.bz2 abslibre-78f949ae26fc19f7fb7bf763d0cda17bcf1b3bea.zip |
remove *.pkg files
Diffstat (limited to 'libre/linux-libre')
-rw-r--r-- | libre/linux-libre/linux.install.pkg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/linux-libre/linux.install.pkg b/libre/linux-libre/linux.install.pkg deleted file mode 100644 index dc4440d29..000000000 --- a/libre/linux-libre/linux.install.pkg +++ /dev/null @@ -1,12 +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-linux-libre.img - rm -f boot/initramfs-linux-libre-fallback.img -} |