qubes-kernel-vm-support.preinst create folder /boot/grub

https://github.com/QubesOS/qubes-issues/issues/5212
(cherry picked from commit 34c8212467)
This commit is contained in:
Patrick Schleizer 2019-12-05 20:39:03 +00:00 committed by Marek Marczykowski-Górecki
parent ea433821ac
commit 3ed9157069
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -0,0 +1,9 @@
#!/bin/bash
set -e
mkdir --parents /boot/grub || true
#DEBHELPER#
exit 0