Index: /ipk/source/settings_cst_dual_13_19_berlusca_1.0/CONTROL/preinst
===================================================================
--- /ipk/source/settings_cst_dual_13_19_berlusca_1.0/CONTROL/preinst	(revision 5638)
+++ /ipk/source/settings_cst_dual_13_19_berlusca_1.0/CONTROL/preinst	(revision 5639)
@@ -18,31 +18,12 @@
 fi
 
-#lamedb 67
-#sattelites 11
-#rest 15
 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 - 93`
-	SIZE=735
-	MIN=10
+	FREE=`expr $SPACE - 100`
+	SIZE=364
 	echo "checking freespace"
-	if [ -e /etc/enigma2/lamedb ]; then
-		echo skipped lamdb allready installed
-		du /etc/enigma2/lamedb > /tmp/.sub
-		SUB=`cat /tmp/.sub | cut -d / -f1 | sed 's/ \+/ /g'`
-		MIN=`expr $MIN + $SUB`
-	fi
-	if [ -e /etc/enigma2/satellites.xml ]; then
-		echo skipped satellites.xml allready installed
-		du /etc/enigma2/satellites.xml > /tmp/.sub
-		SUB=`cat /tmp/.sub | cut -d / -f1 | sed 's/ \+/ /g'`
-		MIN=`expr $MIN + $SUB`
-	fi
 	echo packege size $SIZE kb
-	echo package skiped $MIN kb
-	SIZEEND=`expr $SIZE - $MIN`
-	echo package install $SIZEEND kb
 	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZEEND" ]; then
+	if  [ "$FREE" -lt "$SIZE" ]; then
 		echo "sorry no freespace left on device"
 		exit 1
@@ -50,5 +31,6 @@
 		echo ok
 	fi
-fi   
+fi
+
 echo "installing settings ..."
 echo "checking OS"
@@ -59,13 +41,4 @@
 	echo Only for AAF Image!!
 	echo ---------------------------
-	exit 1
-fi
-if [ -e /etc/enigma2/settings_installed ]; then
-	TYPE=`cat /etc/enigma2/settings_installed`
-	echo -----------------------------------
-	echo ""
-	echo removing $TYPE Settings first !!
-	echo ""
-	echo -----------------------------------
 	exit 1
 fi
Index: /ipk/source/settings_default_1.0/CONTROL/preinst
===================================================================
--- /ipk/source/settings_default_1.0/CONTROL/preinst	(revision 5638)
+++ /ipk/source/settings_default_1.0/CONTROL/preinst	(revision 5639)
@@ -18,31 +18,12 @@
 fi
 
-#lamedb 67
-#sattelites 11
-#rest 15
 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 - 93`
-	SIZE=735
-	MIN=10
+	FREE=`expr $SPACE - 100`
+	SIZE=364
 	echo "checking freespace"
-	if [ -e /etc/enigma2/lamedb ]; then
-		echo skipped lamdb allready installed
-		du /etc/enigma2/lamedb > /tmp/.sub
-		SUB=`cat /tmp/.sub | cut -d / -f1 | sed 's/ \+/ /g'`
-		MIN=`expr $MIN + $SUB`
-	fi
-	if [ -e /etc/enigma2/satellites.xml ]; then
-		echo skipped satellites.xml allready installed
-		du /etc/enigma2/satellites.xml > /tmp/.sub
-		SUB=`cat /tmp/.sub | cut -d / -f1 | sed 's/ \+/ /g'`
-		MIN=`expr $MIN + $SUB`
-	fi
 	echo packege size $SIZE kb
-	echo package skiped $MIN kb
-	SIZEEND=`expr $SIZE - $MIN`
-	echo package install $SIZEEND kb
 	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZEEND" ]; then
+	if  [ "$FREE" -lt "$SIZE" ]; then
 		echo "sorry no freespace left on device"
 		exit 1
@@ -50,5 +31,6 @@
 		echo ok
 	fi
-fi   
+fi
+
 echo "installing settings ..."
 echo "checking OS"
@@ -59,13 +41,4 @@
 	echo Only for AAF Image!!
 	echo ---------------------------
-	exit 1
-fi
-if [ -e /etc/enigma2/settings_installed ]; then
-	TYPE=`cat /etc/enigma2/settings_installed`
-	echo -----------------------------------
-	echo ""
-	echo removing $TYPE Settings first !!
-	echo ""
-	echo -----------------------------------
 	exit 1
 fi
