Index: ipk/source.sh4/browser_netsurf/CONTROL/postinst
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/postinst	(revision 23621)
+++ ipk/source.sh4/browser_netsurf/CONTROL/postinst	(revision 23622)
@@ -1,18 +1,8 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-echo "successfully installed"
-link=`readlink /var/swap`
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
+INSTDIR="$1"
+
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/browser" /var/usr/local/share/titan/plugins/browser
 fi
 
-rm -rf /var/usr/local/share/titan/plugins/browser
-ln -s /var/swap/titanplugins/browser /var/usr/local/share/titan/plugins/browser
-
-echo "install netsurf Browser...."
 exit 0
Index: ipk/source.sh4/browser_netsurf/CONTROL/postrm
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/browser_netsurf/CONTROL/postrm	(revision 23622)
@@ -1,17 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.tmp
+INSTDIR="$1"
 
-rm -rf /var/swap/titanplugins/browser
-rm -rf /var/usr/local/share/titan/plugins/browser
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/browser"
 
-echo "successfully removed"
-link=`readlink /var/swap`
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: ipk/source.sh4/browser_netsurf/CONTROL/preinst
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/browser_netsurf/CONTROL/preinst	(revision 23622)
@@ -1,59 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.tmp
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "checking swapstick"
-if [ ! -d /var/swap/titanplugins ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=1960
-	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
-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 IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-rm -rf /var/swap/titanplugins/browser
-
-echo "installing netsurf Browser..."
 
 exit 0
Index: ipk/source.sh4/browser_netsurf/CONTROL/prerm
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/browser_netsurf/CONTROL/prerm	(revision 23622)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-link=`readlink /var/swap`
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | 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 netsurf Browser from swapstick"
+
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/postinst	(revision 23621)
+++ ipk/source.sh4/infos_weather/CONTROL/postinst	(revision 23622)
@@ -1,13 +1,8 @@
 #!/bin/sh
-TMP=/tmp/.infos
+INSTDIR="$1"
 
-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
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/weather" /var/usr/local/share/titan/plugins/weather
 fi
+
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/infos_weather/CONTROL/postrm	(revision 23622)
@@ -1,15 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.infos
-PLUGINDIR=/usr/lib/enigma2/python/Plugins/Extensions/weather
-rm -r $PLUGINDIR > /dev/null 2>&1
+INSTDIR="$1"
 
-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
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/weather"
+
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/preinst
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/infos_weather/CONTROL/preinst	(revision 23622)
@@ -1,49 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.infos
-echo "syncing disk"
-sync
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "install weather Plugin ..."
-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=14
-	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
-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 IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
 
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/prerm
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/infos_weather/CONTROL/prerm	(revision 23622)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.infos
-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 weather Plugin"
+
 exit 0
Index: ipk/source.sh4/keymaps_neutrino/CONTROL/control
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/control	(revision 23621)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/control	(revision 23622)
@@ -9,3 +9,4 @@
 Source: http://www.aaf-digital.info
 Description: Neutrino Keymap
-Showname: Neutrino Keymap 
+Showname: Neutrino Keymap
+Usepath: /var 
Index: ipk/source.sh4/keymaps_neutrino/CONTROL/postinst
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/postinst	(revision 23621)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/postinst	(revision 23622)
@@ -1,23 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.keymaps
-
-#. /mnt/config/titan.cfg
-
-#if [ ! -f /mnt/config/rcmap.old ]; then
-#	mv /mnt/config/rcmap $rcmapfile
-#fi
-
-echo "successful 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
-
-
-
 
 exit 0
Index: ipk/source.sh4/keymaps_neutrino/CONTROL/postrm
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/postrm	(revision 23622)
@@ -1,21 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.keymaps
-echo "Erfolgreich deinstalliert..."
 
-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
-
-#. /mnt/config/titan.cfg
-#rm $rcmapfile
-#mv $rcmapfile.old $rcmapfile
 rm /mnt/config/rcmap
 mv /mnt/config/rcmap.old /mnt/config/rcmap
 
-
 exit 0
Index: ipk/source.sh4/keymaps_neutrino/CONTROL/preinst
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/preinst	(revision 23622)
@@ -1,52 +1,5 @@
 #!/bin/sh
-#
-TMP=/tmp/.bootlogos
 
-model=`cat /etc/model`
-echo""
-echo "Überprüfe Boxtype...."
-echo "Manche Plugins funktionieren nicht auf ihrer $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-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=20
-	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
-buildgroup=`cat /etc/.buildgroup`
-echo "Überprüfe Betriebssystem..."	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-#. /mnt/config/titan.cfg
-#mv $rcmapfile $rcmapfile.old
 mv /mnt/config/rcmap /mnt/config/rcmap.old
 
-echo "installiere keymap ..."
-
 exit 0
Index: ipk/source.sh4/keymaps_neutrino/CONTROL/prerm
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/prerm	(revision 23622)
@@ -1,14 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.keymap
 
-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 "Deinstalliere Neutrino Keymap"
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/postinst	(revision 23621)
+++ ipk/source.sh4/network_facebook/CONTROL/postinst	(revision 23622)
@@ -1,14 +1,8 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-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
+INSTDIR="$1"
+
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/facebook" /var/usr/local/share/titan/plugins/facebook
 fi
-echo "Please use GUI restart !!!!"
 
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/network_facebook/CONTROL/postrm	(revision 23622)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.tmp
+INSTDIR="$1"
 
-PLUGINDIR=/var/usr/local/share/titan/plugins/facebook
-rm -r /var/usr/local/share/titan/plugins/facebook
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/facebook"
 
-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
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/preinst
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/network_facebook/CONTROL/preinst	(revision 23622)
@@ -1,39 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.tmp
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-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=109
-	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
-echo "installing facebook ..."
-
-
-rm -rf /var/usr/local/share/titan/plugins/facebook
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/prerm
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/network_facebook/CONTROL/prerm	(revision 23622)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-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 facebook"
+
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/postinst	(revision 23621)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/postinst	(revision 23622)
@@ -1,14 +1,8 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-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
+INSTDIR="$1"
+
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/networkbrowser" /var/usr/local/share/titan/plugins/networkbrowser
 fi
-echo "Please use GUI restart !!!!"
 
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/postrm	(revision 23622)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.tmp
+INSTDIR="$1"
 
-PLUGINDIR=/var/usr/local/share/titan/plugins/networkbrowser
-rm -r /var/usr/local/share/titan/plugins/networkbrowser
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/networkbrowser"
 
-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
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/preinst
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/preinst	(revision 23622)
@@ -1,39 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.tmp
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-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=109
-	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
-echo "installing Networkbrowser ..."
-
-
-rm -r /var/usr/local/share/titan/plugins/networkbrowser
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/prerm
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/prerm	(revision 23622)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-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 Networkbrowser"
+
 exit 0
Index: ipk/source.sh4/players_dtsdownmix/CONTROL/postrm
===================================================================
--- ipk/source.sh4/players_dtsdownmix/CONTROL/postrm	(revision 23621)
+++ ipk/source.sh4/players_dtsdownmix/CONTROL/postrm	(revision 23622)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.tmp
 
 rm -r /var/bin/audio.elf
 mv /var/etc/autostart/start.config.old /var/etc/autostart/start.config
 
-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
 exit 0
Index: ipk/source.sh4/players_dtsdownmix/CONTROL/preinst
===================================================================
--- ipk/source.sh4/players_dtsdownmix/CONTROL/preinst	(revision 23621)
+++ ipk/source.sh4/players_dtsdownmix/CONTROL/preinst	(revision 23622)
@@ -1,37 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.tmp
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-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=2850
-	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  
-echo "installing DTS Downmix Firmware ..."
 
 exit 0
Index: ipk/source.sh4/players_dtsdownmix/CONTROL/prerm
===================================================================
--- ipk/source.sh4/players_dtsdownmix/CONTROL/prerm	(revision 23621)
+++ ipk/source.sh4/players_dtsdownmix/CONTROL/prerm	(revision 23622)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-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 DTS Downmix Firmware"
+
 exit 0
