3ed9157069
https://github.com/QubesOS/qubes-issues/issues/5212
(cherry picked from commit 34c8212467
)
10 lines
77 B
Bash
10 lines
77 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
mkdir --parents /boot/grub || true
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|