Index: /ipk/source.sh4/players_hbbtv/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 24606)
+++ /ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 24607)
@@ -8,13 +8,13 @@
 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib
 
-model=`cat /etc/model`
+#model=`cat /etc/model`
 
-if [ "$model" = "ufs910" ];then
-	if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
-		echo "umount /tmp (60mb)"
-		umount /tmp
-		rm -f /tmp/.tmp60mb
-	fi
-fi
+#if [ "$model" = "ufs910" ];then
+#	if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
+#		echo "umount /tmp (60mb)"
+#		umount /tmp
+#		rm -f /tmp/.tmp60mb
+#	fi
+#fi
 
 exit 0
Index: /ipk/source.sh4/players_hbbtv/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/players_hbbtv/CONTROL/preinst	(revision 24606)
+++ /ipk/source.sh4/players_hbbtv/CONTROL/preinst	(revision 24607)
@@ -5,16 +5,16 @@
 rm -rf "$PLUGINDIR" >/dev/null 2>&1
 
-model=`cat /etc/model`
+#model=`cat /etc/model`
 
-if [ "$model" = "ufs910" ];then
-	if [ -e /var/swapdir/swapfile ];then
-		echo "mount /tmp (60mb)"
-		mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
-		touch /tmp/.tmp60mb
-	else
-		echo "Error, please use swapdir/swapfile and try again !"
-		exit 1
-	fi
-fi
+#if [ "$model" = "ufs910" ];then
+#	if [ -e /var/swapdir/swapfile ];then
+#		echo "mount /tmp (60mb)"
+#		mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
+#		touch /tmp/.tmp60mb
+#	else
+#		echo "Error, please use swapdir/swapfile and try again !"
+#		exit 1
+#	fi
+#fi
 
 exit 0
Index: /ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst
===================================================================
--- /ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst	(revision 24606)
+++ /ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst	(revision 24607)
@@ -1,13 +1,13 @@
 #!/bin/sh
 
-model=`cat /etc/model`
+#model=`cat /etc/model`
 
-if [ "$model" = "ufs910" ] && [ -e /tmp/.tmp60mb ];then
-	if [ -e /var/swapdir/swapfile ];then
-		echo "umount /tmp (60mb)"
-		umount /tmp
-		rm -f /tmp/.tmp60mb
-	fi
-fi
+#if [ "$model" = "ufs910" ] && [ -e /tmp/.tmp60mb ];then
+#	if [ -e /var/swapdir/swapfile ];then
+#		echo "umount /tmp (60mb)"
+#		umount /tmp
+#		rm -f /tmp/.tmp60mb
+#	fi
+#fi
 
 exit 0
Index: /ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst
===================================================================
--- /ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst	(revision 24606)
+++ /ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst	(revision 24607)
@@ -3,14 +3,14 @@
 model=`cat /etc/model`
 
-if [ "$model" = "ufs910" ];then
-	if [ -e /var/swapdir/swapfile ];then
-		echo "mount /tmp (60mb)"
-		mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
-		touch /tmp/.tmp60mb
-	else
-		echo "Error, please use swapdir/swapfile and try again !"
-		exit 1
-	fi
-fi
+#if [ "$model" = "ufs910" ];then
+#	if [ -e /var/swapdir/swapfile ];then
+#		echo "mount /tmp (60mb)"
+#		mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
+#		touch /tmp/.tmp60mb
+#	else
+#		echo "Error, please use swapdir/swapfile and try again !"
+#		exit 1
+#	fi
+#fi
 
 exit 0
