View Single Post
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#200
Originally Posted by laasonen View Post
The installer script seems to uninstall it automatically before installation:
Code:
if [ -f "$mediaplayer" ]; then
	rm -f $mediaplayer
fi

if [ -f "$qmldir"/entertainmentview.qml ]; then
	rm "$qmldir"/entertainmentview.qml
fi

if [ -f "$qmldir"/Slider.qml ]; then
	rm "$qmldir"/Slider.qml
fi
sorry noob what do you mean ??