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

https://github.com/QubesOS/qubes-issues/issues/5212
pull/46/head
Patrick Schleizer 4 years ago committed by GitHub
parent 9f0dc7dc34
commit 34c8212467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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