diff options
Diffstat (limited to 'meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh')
-rw-r--r-- | meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh b/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh deleted file mode 100644 index 225a034bb..000000000 --- a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if test -z "$XDG_RUNTIME_DIR"; then - export XDG_RUNTIME_DIR=/run/user/$UID - mkdir --parents $XDG_RUNTIME_DIR - chmod 0700 $XDG_RUNTIME_DIR -fi |