Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent 00b66de commit fb77b4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/debian-chroot/package
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ debian-chroot() {
if grep -q "$chroot_path " /proc/mounts; then
/bin/umount -R "$chroot_path"
fi
cp /home/root/.config/debian-chroot.conf /tmp/_debian-chroot.conf
}
postremove() {
source /home/root/.config/debian-chroot.conf
source /tmp/_debian-chroot.conf
rm -rf "$chroot_path"
echo "Please reboot your system"
rm /tmp/_debian-chroot.conf
}
}

Expand Down

0 comments on commit fb77b4d

Please sign in to comment.