]> code.delx.au - refind/blobdiff - debian/postinst
Renamed support scripts: install.sh to refind-install, mvrefind.sh to
[refind] / debian / postinst
index af54dbed586e8b86ed58b48c0795f5b257c5a08b..af7330876e687cd437255b4d86c55bf17ac55a2e 100755 (executable)
@@ -37,14 +37,14 @@ declare OpenSSL=`which openssl 2> /dev/null`
 # their own local keys.
 if [[ $IsSecureBoot == "1" && -n $ShimFile ]] ; then
    if [[ -n $SBSign && -n $OpenSSL ]] ; then
-      ./install.sh --shim $ShimFile --localkeys --yes
+      ./refind-install --shim $ShimFile --localkeys --yes
    else
-      ./install.sh --shim $ShimFile --yes
+      ./refind-install --shim $ShimFile --yes
    fi
 else
    if [[ -n $SBSign && -n $OpenSSL ]] ; then
-      ./install.sh --localkeys --yes
+      ./refind-install --localkeys --yes
    else
-      ./install.sh --yes
+      ./refind-install --yes
    fi
 fi