Index: ipk/source.sh4/players_hbbtv/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 23955)
+++ ipk/source.sh4/players_hbbtv/CONTROL/postinst	(revision 23957)
@@ -16,7 +16,8 @@
 
 if [ "$model" = "ufs910" ];then
-	if [ -e /var/swapdir/swapfile ];then
+	if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
 		echo "umount /tmp (60mb)"
 		umount /tmp
+		rm -f /tmp/.tmp60mb
 	fi
 fi
