summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-example/afb-client/files/afb-client
diff options
context:
space:
mode:
Diffstat (limited to 'meta-app-framework/recipes-example/afb-client/files/afb-client')
-rw-r--r--meta-app-framework/recipes-example/afb-client/files/afb-client7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-app-framework/recipes-example/afb-client/files/afb-client b/meta-app-framework/recipes-example/afb-client/files/afb-client
deleted file mode 100644
index 99e6aa9..0000000
--- a/meta-app-framework/recipes-example/afb-client/files/afb-client
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -z "${XDG_RUNTIME_DIR+1}" ]; then
- export XDG_RUNTIME_DIR=/run/user/$UID
-fi
-LD_PRELOAD=/usr/lib/libEGL.so /usr/bin/qt5/qmlscene http://localhost:1234/opa /usr/share/agl/afb-viewer.qml
-