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

https://github.com/QubesOS/qubes-issues/issues/5212
This commit is contained in:
Patrick Schleizer 2019-12-05 20:39:03 +00:00 committed by GitHub
parent 9f0dc7dc34
commit 34c8212467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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