Splashscreen

This commit is contained in:
Federico Fissore 2015-03-11 16:26:59 +01:00
parent 2aec5ed4fb
commit 251bb76ece
1 changed files with 0 additions and 3 deletions

View File

@ -581,10 +581,7 @@ public class BaseNoGui {
if (!indexFile.isFile()) {
File distFile = findDefaultPackageFile();
if (distFile != null) {
// If present, unpack distribution file into preferences folder
ArchiveExtractor.extract(distFile, BaseNoGui.getSettingsFolder(), 0);
// TODO: The first distribution file may be removed after extraction?
} else {
// Otherwise create an empty packages index
FileOutputStream out = null;