summaryrefslogtreecommitdiff
path: root/debian/grub-legacy-ec2.postinst
blob: 3c4aa5cdb95d07306a9f3383bec42bb2c0a65700 (plain)
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#