Index: ipk/source.sh4/swapepg_crossepg/CONTROL/control
===================================================================
--- ipk/source.sh4/swapepg_crossepg_0_61/CONTROL/control	(revision 11789)
+++ ipk/source.sh4/swapepg_crossepg/CONTROL/control	(revision 12090)
@@ -1,4 +1,4 @@
 Package: enigma2-plugin-swapepg-crossepg
-Version: 0.61
+Version: 0.62
 Architecture: sh4
 OE: CrossEPG by sandro cavazzoni for SKYit, SKYuk, AUsat
Index: ipk/source.sh4/swapepg_crossepg/CONTROL/preinst
===================================================================
--- ipk/source.sh4/swapepg_crossepg_0_61/CONTROL/preinst	(revision 11789)
+++ ipk/source.sh4/swapepg_crossepg/CONTROL/preinst	(revision 12090)
@@ -25,21 +25,6 @@
 	exit 1
 fi
-echo "swapstick found...."
+echo "swapstick found...." 
 
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=307
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok
-	fi
-fi   
-echo "installing CrossEPG 0.61 for Swapstick..."
 buildgroup=`cat /etc/.buildgroup`
 echo "checking OS"	 
@@ -52,3 +37,7 @@
 	exit 1 	 	 
 fi
+
+echo "installing CrossEPG for Swapstick..."
+sync
+
 exit 0
Index: ipk/source.sh4/swapepg_crossepg/CONTROL/prerm
===================================================================
--- ipk/source.sh4/swapepg_crossepg_0_61/CONTROL/prerm	(revision 11789)
+++ ipk/source.sh4/swapepg_crossepg/CONTROL/prerm	(revision 12090)
@@ -11,4 +11,4 @@
 	echo freespace size $FREE kb
 fi
-echo "removing CrossEPG v0.61"
+echo "removing CrossEPG...."
 exit 0
