case "$ACTION" in
post)
if [ "$UPDATE" = no ]; then
mkdir -p boot/EFI/gummiboot
fi
gummiboot update
;;
esac