cleanup


Description:

public void cleanup ()

Clean up overlay directory.

Recursively deletes the upper directory and removes the remaining overlay directory structure. This should be called after scan.run() is complete.

Note:

Overlay mounting/unmounting is handled by bubblewrap, so we only need to clean up the directory structure.

Failures are logged with GLib.warning; this method does not throw.