X-Git-Url: https://code.delx.au/refind/blobdiff_plain/300e67d4b35f795953cbd8e3eaaec58034ab8c18..c234a62eb700ca3167345fc1be035fdcf19999b4:/debian/postinst diff --git a/debian/postinst b/debian/postinst index 7503103..51a3b94 100755 --- a/debian/postinst +++ b/debian/postinst @@ -47,11 +47,7 @@ install_to_esp() { ./refind-install --shim $ShimFile --yes > /dev/null fi else - if [[ -n $SBSign && -n $OpenSSL ]] ; then - ./refind-install --localkeys --yes > /dev/null - else - ./refind-install --yes > /dev/null - fi + ./refind-install --yes > /dev/null fi } # install_to_esp()