vpnclient_sis/group/create_vpnclient_sis.pl
branchRCL_3
changeset 32 352850cbed81
parent 16 9fc0ed567871
child 40 473321461bba
--- a/vpnclient_sis/group/create_vpnclient_sis.pl	Wed Jun 09 10:48:33 2010 +0300
+++ b/vpnclient_sis/group/create_vpnclient_sis.pl	Mon Jun 21 16:49:56 2010 +0300
@@ -101,10 +101,7 @@
 
 	# remove temp files
 	unlink <temp_*_urel.pkg>;  
-		
-}
-elsif ($config eq "UDEB")  
-{
+
 	# nokia_vpn_client_localised_armv5_udeb.pkg
 		replace_line_and_create_temp(
 		    '^\(0x101F5147\),.*?,.*?,.*?, TYPE=SA, RU$',
@@ -121,6 +118,11 @@
 			
 	# remove temp files
 	unlink <temp_*_udeb.pkg>;
+			
+}
+elsif ($config eq "UDEB")  
+{
+#empty
 }
 else
 {