summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/base-files/wayland-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/base-files/base-files/wayland-env.sh')
-rw-r--r--recipes-core/base-files/base-files/wayland-env.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/base-files/base-files/wayland-env.sh b/recipes-core/base-files/base-files/wayland-env.sh
deleted file mode 100644
index e351296..0000000
--- a/recipes-core/base-files/base-files/wayland-env.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if test -z "$XDG_RUNTIME_DIR"; then
- export XDG_RUNTIME_DIR=/run/user/`id -u`
- if ! test -d "$XDG_RUNTIME_DIR"; then
- mkdir --parents $XDG_RUNTIME_DIR
- chmod 0700 $XDG_RUNTIME_DIR
- fi
-
- export XDG_SESSION_TYPE=unspecified
- export XDG_SESSION_CLASS=background
-fi
-