Commit 3b383b50 authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Remove some extra cleanup umounts



Leftovers from when we used to bind-mount PKGDEST and SRCDEST

Signed-off-by: default avatarAaron Griffin <aaronmgriffin@gmail.com>
parent 29b19aaa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -111,8 +111,6 @@ fi
cleanup ()
{
    echo "cleaning up unioned mounts"
    umount "$chrootdir/union/pkgdest" 2>/dev/null
    umount "$chrootdir/union/srcdest" 2>/dev/null
    umount "$chrootdir/union"
}