Subversion Repositories Kolibri OS

Rev

Rev 3363 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3363 Rev 3433
Line 65... Line 65...
65
	DeleteFile("/sys/docpack");
65
	DeleteFile("/sys/docpack");
66
	for (i = 0; copyfiles[i]!=0; i++) copyf(copyfiles[i]);
66
	for (i = 0; copyfiles[i]!=0; i++) copyf(copyfiles[i]);
67
	ShowProgress("Post install actions...");
67
	ShowProgress("Post install actions...");
68
	RunProgram("/sys/launcher", NULL);
68
	RunProgram("/sys/launcher", NULL);
69
	RunProgram("/sys/media/kiv", "\\S__/tmp9/1/wallpapers/Retro flower.jpg");
69
	SetSystemSkin("/tmp9/1/skins/latte.skn");
70
	SetSystemSkin("/tmp9/1/skins/latte.skn");
-
 
71
	EndLoop();
70
	EndLoop();
72
}
71
}
73
 
72