summary refs log tree commit diff
path: root/os/etc/s6-rc/src/desktop-session-running/down
diff options
context:
space:
mode:
Diffstat (limited to 'os/etc/s6-rc/src/desktop-session-running/down')
-rw-r--r--os/etc/s6-rc/src/desktop-session-running/down6
1 files changed, 0 insertions, 6 deletions
diff --git a/os/etc/s6-rc/src/desktop-session-running/down b/os/etc/s6-rc/src/desktop-session-running/down
deleted file mode 100644
index aa46989..0000000
--- a/os/etc/s6-rc/src/desktop-session-running/down
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/execlineb -P
-
-importas -D "/run" XDG_RUNTIME_DIR XDG_RUNTIME_DIR
-define dir ${XDG_RUNTIME_DIR}/session-env
-
-foreground { rm -rf ${dir} }