RIL: create folder after on post-fs-data

If put after on fs, there is possibility that folder creation will fail.

Change-Id: Ica6ba64c88ff1bd4963e94cd899280b5de04c7c3
Signed-off-by: tim.tm_lin <tim.tm_lin@htc.com>
diff --git a/init.flounder.rc b/init.flounder.rc
index ec21a4d..34be247 100644
--- a/init.flounder.rc
+++ b/init.flounder.rc
@@ -28,6 +28,10 @@
     # for GPS files
     mkdir /data/gps 0770 gps system
 
+    # modem init
+    mkdir /data/qcks 0770 system system
+    mkdir /data/efs 0771 system system
+
     setprop vold.post_fs_data_done 1
 
 on boot
@@ -70,10 +74,6 @@
     mount_all /fstab.flounder
     setprop ro.crypto.fuse_sdcard true
 
-    # modem init
-    mkdir /data/qcks 0770 system system
-    mkdir /data/efs 0771 system system
-
     # HACK: prevent suspend, pending fixes
     write /sys/power/wake_lock VolantisHackPreventSuspend