0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: grub-legacy-ec2.postinst
#!/bin/sh set -e if [ "$1" = "configure" ]; then mkdir -p /boot/grub update-grub-legacy-ec2 -y fi