summarylogtreecommitdiffstats
path: root/linux-tomoyo.install
diff options
context:
space:
mode:
authordysphoria2017-12-13 14:37:34 +0000
committerdysphoria2017-12-13 14:37:34 +0000
commit2e720f6807cf1055d2365d5c859f66b58e5f09ad (patch)
tree2165a1d0236a20924b8701b49857adad40d584d9 /linux-tomoyo.install
parentd5e7426dc0d149f086c3ce0ca2992d668eaf2010 (diff)
downloadaur-2e720f6807cf1055d2365d5c859f66b58e5f09ad.tar.gz
[fix] naming issues
Diffstat (limited to 'linux-tomoyo.install')
-rw-r--r--linux-tomoyo.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/linux-tomoyo.install b/linux-tomoyo.install
deleted file mode 100644
index 37ba37494605..000000000000
--- a/linux-tomoyo.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
-}