chore: remove unneeded lines from hook
This commit is contained in:
parent
5dc1713698
commit
8b5d0efcf4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue