remove uefi_common from gummiboot and refind

This commit is contained in:
Tobias Powalowski 2013-09-21 10:07:07 +02:00
parent d493926991
commit 95acf40919

View file

@ -3535,8 +3535,6 @@ do_efistub_uefi() {
do_gummiboot_uefi() {
do_uefi_common
DIALOG --msgbox "Setting up Gummiboot now ..." 0 0
if [[ ! -f "${DESTDIR}/usr/bin/gummiboot" ]]; then
@ -3600,8 +3598,6 @@ GUMEOF
do_refind_uefi() {
do_uefi_common
DIALOG --msgbox "Setting up rEFInd now ..." 0 0
if [[ ! -f "${DESTDIR}/usr/bin/refind-install" ]]; then