1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -e if [ "$1" = "configure" ]; then mkdir -p /boot/grub update-grub-legacy-ec2 -y fi #DEBHELPER#