Delete sys-kernel/pinephone-sources directory

This commit is contained in:
Gerben Jan Dijkman
2021-04-18 01:39:39 +02:00
committed by GitHub
parent 5ef5cf8294
commit 12e8b009ec
26 changed files with 0 additions and 14472 deletions

View File

@@ -1,9 +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-linux.img
}