X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4aef14531f72a6c9afd5260e1bed4d59ca78d1b0..66399ecb73c894be4ce02e243477eaf539542c60:/debian/postinst diff --git a/debian/postinst b/debian/postinst index 831c8db..76df587 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,7 +10,7 @@ if [[ -n $ExistingEntry ]] ; then efibootmgr --bootnum $ExistingEntry --delete-bootnum fi -cd /usr/share/refind-0.8.1 +cd /usr/share/refind declare VarFile=`ls -d /sys/firmware/efi/vars/SecureBoot* 2> /dev/null` # Note: Two find operations for ShimFile favors shim over PreLoader -- if both are