Index: ipk/source.sh4/players_hbbtv/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 23733)
+++ ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 23955)
@@ -13,3 +13,12 @@
 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib
 
+model=`cat /etc/model`
+
+if [ "$model" = "ufs910" ];then
+	if [ -e /var/swapdir/swapfile ];then
+		echo "umount /tmp (60mb)"
+		umount /tmp
+	fi
+fi
+
 exit 0
