#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>

build ()
{
    add_binary "/usr/bin/gummiboot"
    add_full_dir "/usr/lib/gummiboot"
}

help ()
{
cat<<HELPEOF
  This hook includes gummiboot-efi-x86_64 on an arch boot image.
HELPEOF
}

