Index: ipk/source/radiologos_aafmode_0_1/CONTROL/control
===================================================================
--- ipk/source/radiologos_aafmode_0_1/CONTROL/control	(revision 23353)
+++ ipk/source/radiologos_aafmode_0_1/CONTROL/control	(revision 23354)
@@ -10,2 +10,3 @@
 Description: Radiologo "AAF Mode" for Radiomode
 Showname: AAF Mode
+Usepath: /var
Index: ipk/source/radiologos_aafmode_0_1/CONTROL/preinst
===================================================================
--- ipk/source/radiologos_aafmode_0_1/CONTROL/preinst	(revision 23353)
+++ ipk/source/radiologos_aafmode_0_1/CONTROL/preinst	(revision 23354)
@@ -18,18 +18,4 @@
 fi
 
-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=60
-	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 radiologo ..."
 buildgroup=`cat /etc/.buildgroup`
