Index: /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Kabel Deutschland
+Usepath: /var
Index: /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=30
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_cable_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Astra 19.2 (matze70)
+Usepath: /var
Index: /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=80
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/control	(revision 23442)
@@ -11,3 +11,4 @@
 Source: http://www.aaf-digital.info
 Group: 100
-Showname: Settings 19.2/13.0/23.5/28.2 + Kabel 
+Showname: Settings 19.2/13.0/23.5/28.2 + Kabel
+Usepath: /var 
Index: /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=550
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Astra 19.2 - NEU (matze70)
+Usepath: /var
Index: /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=80
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Kabel BW (sofatester)
+Usepath: /var
Index: /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=50
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Astra 19.2 (uljanow) plus transponder hotbird 13.0
+Usepath: /var
Index: /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=108
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_uljanow_1sat_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
Index: /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/control	(revision 23441)
+++ /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/control	(revision 23442)
@@ -12,2 +12,3 @@
 Group: 100
 Showname: Settings Kabel Unitymedia
+Usepath: /var
Index: /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postinst	(revision 23442)
@@ -1,13 +1,5 @@
 #!/bin/sh
-TMP=/tmp/.set
-echo "successfully installed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
+
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postrm	(revision 23441)
+++ /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/postrm	(revision 23442)
@@ -1,4 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
 
 echo "remove /mnt/settings/bouquets.*"
@@ -10,14 +9,4 @@
 rm -f /mnt/settings/epgchannel
 
-echo "successfully removed"
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-
 echo "restore default settings"
 cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
@@ -28,3 +17,4 @@
 
 touch /tmp/.tpk_needs_reboot
+
 exit 0
Index: /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/preinst	(revision 23441)
+++ /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/preinst	(revision 23442)
@@ -1,37 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.set
 
-echo "installing settings ..."
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this TPK Package!!
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-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=30
-	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
-else
-	echo "syncing disk"
-	sync
-fi
-
-if [ -e /tmp/.tpk_upgrade_start ];then
+if [ -e /tmp/.tpk_upgrade_start ]; then
 	echo "tpk upgrade skip settings"
 	exit 1
Index: /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/prerm	(revision 23441)
+++ /ipk/source.sh4/titansettings_unitymedia_cable_1_0/CONTROL/prerm	(revision 23442)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.set
-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`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing settings"
+
 exit 0
