summaryrefslogtreecommitdiff
path: root/.config/login.d/90_dot-runtime.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 14:34:02 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 15:39:51 -0400
commit969410c5af909199724973b8851fcb6bf19eaba2 (patch)
tree14d7e75ecebda9439a4a96b647e13ecb2d66622a /.config/login.d/90_dot-runtime.sh
parentc0a9c2902e60cc980343a65f5519e7c9e2dcd081 (diff)
clean up XDG_RUNTIME_DIR handling
Diffstat (limited to '.config/login.d/90_dot-runtime.sh')
-rw-r--r--.config/login.d/90_dot-runtime.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/login.d/90_dot-runtime.sh b/.config/login.d/90_dot-runtime.sh
deleted file mode 100644
index 87d30ec..0000000
--- a/.config/login.d/90_dot-runtime.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# This is really only needed for ssh ControlPath; as I don't have a
-# way to communicate XD
-mkdir -p -- ~/.runtime
-ln -sfT -- "$XDG_RUNTIME_DIR" ~/.runtime/"$HOSTNAME"