chore: remove unneeded lines from hook

This commit is contained in:
Rudra Saraswat 2023-05-16 23:44:46 +05:30
parent 5dc1713698
commit 8b5d0efcf4

View file

@ -64,6 +64,10 @@ 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/$i/.okay
done
# Successful update.
rm -f /new_root/mnt/iso-update/.etc-stage
touch /new_root/mnt/iso-update/.successful-update