10 lines
77 B
Bash
10 lines
77 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
mkdir --parents /boot/grub || true
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|