Index: ipk/source.sh4/emus_oscam_5866/CONTROL/preinst
===================================================================
--- ipk/source.sh4/emus_oscam_5866/CONTROL/preinst	(revision 12395)
+++ ipk/source.sh4/emus_oscam_5866/CONTROL/preinst	(revision 12781)
@@ -2,6 +2,4 @@
 #
 TMP=/tmp/.keys
-echo "syncing disk"
-sync
 
 model=`cat /etc/model`
@@ -21,5 +19,5 @@
 	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
 	FREE=`expr $SPACE - 100`
-	SIZE=765
+	SIZE=870
 	echo "checking freespace"
 	echo packege size $SIZE kb
@@ -29,7 +27,10 @@
 		exit 1
 	else
-		echo ok
+		echo ok		
 	fi
-fi   
+else
+	echo "syncing disk"
+	sync
+fi
 echo "installing Oscam config..."
 
@@ -45,4 +46,3 @@
 fi
 
-sync
 exit 0
