View | Details | Raw Unified | Return to bug 211392
Collapse All | Expand All

(-)/usr/lib/YaST2/bin/yast2-funcs (+2 lines)
Lines 41-46 Link Here
41
	    return 0		# success
41
	    return 0		# success
42
	fi
42
	fi
43
	echo "warning: the qt frontend is installed but does not work"
43
	echo "warning: the qt frontend is installed but does not work"
44
	/usr/bin/ldd "$Y2_QT" | grep "=> not found"
44
	sleep 1
45
	sleep 1
45
    fi
46
    fi
46
47
Lines 61-66 Link Here
61
	    return 0		# success
62
	    return 0		# success
62
	fi
63
	fi
63
	echo "warning: the ncurses frontend is installed but does not work"
64
	echo "warning: the ncurses frontend is installed but does not work"
65
	/usr/bin/ldd "$Y2_NCURSES" | grep "=> not found"
64
	sleep 1
66
	sleep 1
65
    fi
67
    fi
66
68

Return to bug 211392