r262 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue May 15 09:41:24 EDT 2007


Author: icculus
Date: 2007-05-15 09:41:24 -0400 (Tue, 15 May 2007)
New Revision: 262

Modified:
   trunk/scripts/mojosetup_mainline.lua
Log:
Whoops, postinstall hook was in the wrong place...


Modified: trunk/scripts/mojosetup_mainline.lua
===================================================================
--- trunk/scripts/mojosetup_mainline.lua	2007-05-15 13:14:48 UTC (rev 261)
+++ trunk/scripts/mojosetup_mainline.lua	2007-05-15 13:41:24 UTC (rev 262)
@@ -756,11 +756,10 @@
             end
         end
 
+        run_config_defined_hook(install.postinstall, install)
         return 1   -- go to next stage.
     end
 
-    run_config_defined_hook(install.postinstall, install)
-
     -- Next stage: show results gui
     stages[#stages+1] = function(thisstage, maxstage)
         -- !!! FIXME: language.




More information about the mojosetup-commits mailing list