chore (fix): do not remove tmp overlays

This commit is contained in:
Rudra Saraswat 2023-06-04 23:14:49 +05:30
parent c91e3cec07
commit 0b438336a7
2 changed files with 4 additions and 8 deletions

View file

@ -64,10 +64,6 @@ run_latehook() {
mv /new_root/mnt/iso-update/iso/boot/intel-ucode.img /new_root/boot/intel-ucode.img
fi
for i in usr varlibpacman; do
rm -f /new_root/.blend-overlays/future-$i/.okay
done
# Successful update.
rm -f /new_root/mnt/iso-update/.etc-stage
touch /new_root/mnt/iso-update/.successful-update