diff options
Diffstat (limited to 'debian/grub-legacy-ec2.postinst')
-rw-r--r-- | debian/grub-legacy-ec2.postinst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/grub-legacy-ec2.postinst b/debian/grub-legacy-ec2.postinst deleted file mode 100644 index 3c4aa5cd..00000000 --- a/debian/grub-legacy-ec2.postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - mkdir -p /boot/grub - update-grub-legacy-ec2 -y -fi - -#DEBHELPER# |