Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control	(revision 23352)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control	(revision 23353)
@@ -10,2 +10,3 @@
 Description: Bootlogo "Bikergirl" for your AAF- Duckbox
 Showname: Bikergirl
+Usepath: /var
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst	(revision 23352)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst	(revision 23353)
@@ -16,19 +16,4 @@
 else
 	echo "Boxtype: $model OK"
-fi
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=56
-	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     
 
Index: /ipk/source/fonts_actionmanitalic_1_0/CONTROL/control
===================================================================
--- /ipk/source/fonts_actionmanitalic_1_0/CONTROL/control	(revision 23352)
+++ /ipk/source/fonts_actionmanitalic_1_0/CONTROL/control	(revision 23353)
@@ -11,2 +11,3 @@
 Source: http://www.aaf-digital.info
 Showname: Action Man Italic
+Usepath: /var
Index: /ipk/source/fonts_actionmanitalic_1_0/CONTROL/preinst
===================================================================
--- /ipk/source/fonts_actionmanitalic_1_0/CONTROL/preinst	(revision 23352)
+++ /ipk/source/fonts_actionmanitalic_1_0/CONTROL/preinst	(revision 23353)
@@ -16,19 +16,4 @@
 else
 	echo "Boxtype: $model OK"
-fi
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=49
-	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 
 
