Remove some extra cleanup umounts

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

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2009-09-18 13:27:49 -07:00
parent 29b19aaa8b
commit 3b383b50fc
1 changed files with 0 additions and 2 deletions

View File

@ -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"
}