chore: delete blend user on update
This commit is contained in:
parent
d50e2fc06f
commit
d401439a58
2 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,8 @@ run_latehook() {
|
|||
mv /new_root/.update_rootfs/var/cache/pacman /new_root/var/cache/pacman
|
||||
fi
|
||||
|
||||
chroot /new_root userdel -r blend &>/dev/null
|
||||
|
||||
mv /new_root/.update_rootfs /new_root/.old.update_rootfs
|
||||
touch /new_root/.successful-update
|
||||
fi
|
||||
|
|
|
@ -9,6 +9,7 @@ build() {
|
|||
add_binary grep
|
||||
add_binary findmnt
|
||||
add_binary uname
|
||||
add_binary chroot
|
||||
add_runscript
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue